Skip to content

Commit

Permalink
build(deps): Update sbt-scalafix from 0.11.1 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Mar 3, 2024
1 parent 961e7e2 commit a901bd1
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 a901bd1

Please sign in to comment.