Skip to content

Commit afefa99

Browse files
committed
update scalafix-core to 0.14.0
1 parent 2e6dbb5 commit afefa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
1616
ThisBuild / tlSitePublishBranch := Some("main")
1717

1818
val Scala213 = "2.13.16"
19-
val scalafixV = "0.13.0"
19+
val scalafixV = "0.14.0"
2020

2121
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20")
2222
ThisBuild / scalaVersion := Scala213 // the default Scala

0 commit comments

Comments
 (0)