Skip to content

Commit

Permalink
Update sbt-scalafix to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed Jan 17, 2025
1 parent 1a91704 commit 5960054
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 @@ -13,7 +13,7 @@ lazy val core = project
.enablePlugins(SbtPlugin)
.settings(
name := "sbt-lucuma",
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0"),
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0"),
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3"),
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4"),
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.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")

0 comments on commit 5960054

Please sign in to comment.