Skip to content

Commit

Permalink
Merge pull request #2329 from scalacenter/update/sbt-scalafix-0.12.1
Browse files Browse the repository at this point in the history
build(deps): Update sbt-scalafix from 0.12.0 to 0.12.1
  • Loading branch information
tgodzik authored May 2, 2024
2 parents 660e59a + bf0fc92 commit 474d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
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.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")

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

0 comments on commit 474d167

Please sign in to comment.