Skip to content

Commit

Permalink
Update sbt-scalafix, scalafix-core to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed May 2, 2024
1 parent 0ebcb24 commit 6465bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ lazy val sbtPlugin = project
moduleName := "sbt-clue",
crossScalaVersions := List("2.12.19"),
scalacOptions := Nil,
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0"),
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1"),
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2"),
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2"),
buildInfoPackage := "clue.sbt",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.15")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 comments on commit 6465bd0

Please sign in to comment.