Skip to content

Commit

Permalink
Update scalafix-core to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banno-diy-steward[bot] committed Sep 28, 2024
1 parent a666985 commit b33d942
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.14"
val scalafixV = "0.12.1"
val scalafixV = "0.13.0"

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

0 comments on commit b33d942

Please sign in to comment.