Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-scalafmt-2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 19, 2025
2 parents 6a0c66e + 0719ab0 commit 40df08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "3.8.3"
version = "3.8.5"
maxColumn = 100
runner.dialect = "scala213"
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Global / concurrentRestrictions := Seq(

val Scala212 = "2.12.20"

val Scala213 = "2.13.15"
val Scala213 = "2.13.16"

lazy val Spark35 = Spark("3.5.3")

Expand Down

0 comments on commit 40df08a

Please sign in to comment.