Skip to content

Commit

Permalink
Merge branch 'master' into update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 20, 2024
2 parents bded113 + 0cf539b commit eb549f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.7.17
version=3.8.0
runner.dialect=scala213source3
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {

ThisBuild / publishTo := sonatypePublishToBundle.value

val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.2"
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.3"

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
Expand Down

0 comments on commit eb549f1

Please sign in to comment.