Skip to content

Commit

Permalink
chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent b5d3dbb commit ea529a1
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
Expand Up @@ -4,6 +4,6 @@ lazy val sbtGcsPlugin = ProjectRef( file( "../sbt-gcs-plugin" ), "sbt-gcs-plugin

addSbtPlugin( "org.latestbit" % "sbt-gcs-plugin" % "1.12.0" )

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

addSbtPlugin( "com.typesafe.sbt" % "sbt-git" % "1.0.2" )
2 changes: 1 addition & 1 deletion sbt-gcs-plugin/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin( "org.xerial.sbt" % "sbt-sonatype" % "3.12.2" )
addSbtPlugin( "com.jsuereth" % "sbt-pgp" % "2.1.1" )

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

addSbtPlugin( "com.typesafe.sbt" % "sbt-git" % "1.0.2" )

0 comments on commit ea529a1

Please sign in to comment.