We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6dbb5 commit afefa99Copy full SHA for afefa99
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
16
ThisBuild / tlSitePublishBranch := Some("main")
17
18
val Scala213 = "2.13.16"
19
-val scalafixV = "0.13.0"
+val scalafixV = "0.14.0"
20
21
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20")
22
ThisBuild / scalaVersion := Scala213 // the default Scala
0 commit comments