Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2023
1 parent bd2d60f commit 87e68d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.11")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0")
2 changes: 1 addition & 1 deletion sbt-overflowdb/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name := "sbt-overflowdb"
scalaVersion := "2.12.14"
dependsOn(Projects.codegen_2_12)

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

enablePlugins(SbtPlugin)

0 comments on commit 87e68d5

Please sign in to comment.