Skip to content

Commit

Permalink
chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent b8a4bee commit 11aac96
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.7.5" )

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

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.9.21" )
addSbtPlugin( "com.jsuereth" % "sbt-pgp" % "2.1.1" )

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

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

0 comments on commit 11aac96

Please sign in to comment.