Skip to content

Commit

Permalink
Merge pull request #391 from scala-steward/update/sbt-scalafmt-2.5.4
Browse files Browse the repository at this point in the history
Update sbt-scalafmt to 2.5.4
  • Loading branch information
lenguyenthanh authored Jan 20, 2025
2 parents 6937a0c + bd670e1 commit 673d3ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

0 comments on commit 673d3ff

Please sign in to comment.