Skip to content

Commit

Permalink
bump scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Mar 4, 2024
1 parent 5c6be1f commit f982748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.12"
val scalafixV = "0.11.1"
val scalafixV = "0.12.0"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.18")
ThisBuild / scalaVersion := Scala213 // the default Scala
Expand Down

0 comments on commit f982748

Please sign in to comment.