Skip to content

Commit

Permalink
Merge branch 'main' into update/protobuf-java-3.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh authored Jul 29, 2024
2 parents 863925b + b4717fc commit 4686306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.2"
version = "3.8.3"
maxColumn = 100

runner.dialect = scala213
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val bigqueryVersion = "v2-rev20240629-2.0.0"
val datastoreVersion = "2.20.2"
val jacksonVersion = "2.17.2"
val jodaTimeVersion = "2.12.7"
val magnolifyVersion = "0.7.3"
val magnolifyVersion = "0.7.4"
val protobufVersion = "3.25.4"
val scalacheckVersion = "1.18.0"
val shapelessVersion = "2.3.12"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")

0 comments on commit 4686306

Please sign in to comment.