Skip to content

Commit

Permalink
Merge pull request #359 from gemini-hlsw/update/sbt-scalafix-0.12.1
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.12.1
  • Loading branch information
mergify[bot] authored May 2, 2024
2 parents bcc8f99 + bac833e commit 8b08acb
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 @@ -11,7 +11,7 @@ lazy val core = project
.enablePlugins(SbtPlugin)
.settings(
name := "sbt-lucuma",
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0"),
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1"),
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3"),
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2"),
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % sbtTypelevelVers
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTypelevelVersion)
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")

0 comments on commit 8b08acb

Please sign in to comment.