Skip to content

Commit

Permalink
Merge pull request #2287 from scalacenter/update/sbt-scalafix-0.12.0
Browse files Browse the repository at this point in the history
build(deps): Update sbt-scalafix from 0.11.1 to 0.12.0
  • Loading branch information
tgodzik committed Mar 6, 2024
2 parents c1f1960 + a901bd1 commit fc40c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Expand Up @@ -13,7 +13,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")

updateOptions := updateOptions.value.withLatestSnapshots(false)
libraryDependencies ++= List(
Expand Down

0 comments on commit fc40c78

Please sign in to comment.