Skip to content

Commit 40df08a

Browse files
authored
Merge branch 'master' into update/sbt-scalafmt-2.5.4
2 parents 6a0c66e + 0719ab0 commit 40df08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "3.8.3"
1+
version = "3.8.5"
22
maxColumn = 100
33
runner.dialect = "scala213"

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Global / concurrentRestrictions := Seq(
1010

1111
val Scala212 = "2.12.20"
1212

13-
val Scala213 = "2.13.15"
13+
val Scala213 = "2.13.16"
1414

1515
lazy val Spark35 = Spark("3.5.3")
1616

0 commit comments

Comments
 (0)