Skip to content

Commit

Permalink
Merge pull request #338 from scala-steward/update/protobuf-java-3.21.12
Browse files Browse the repository at this point in the history
Update protobuf-java to 3.21.12
  • Loading branch information
EmergentOrder authored Dec 20, 2022
2 parents 7abc003 + 6a92b98 commit a50a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val commonSettings = Seq(
resolvers += Resolver.mavenLocal,
resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
updateOptions := updateOptions.value.withLatestSnapshots(false),
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.21.11",
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.21.12",
scalacOptions ++= Seq(
"-explain",
"-explain-types",
Expand Down

0 comments on commit a50a2e3

Please sign in to comment.