Skip to content

Commit

Permalink
build(deps): Update sbt-scalafix from 0.11.0 to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Sep 12, 2023
1 parent e6fcf2d commit 08b490e
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.3.7")
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.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

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

0 comments on commit 08b490e

Please sign in to comment.