Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Aug 30, 2023
1 parent c6c4879 commit 50673a4
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("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
Expand Down
2 changes: 1 addition & 1 deletion zio-k8s-codegen/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")

0 comments on commit 50673a4

Please sign in to comment.