Skip to content

Commit a50a2e3

Browse files
Merge pull request #338 from scala-steward/update/protobuf-java-3.21.12
Update protobuf-java to 3.21.12
2 parents 7abc003 + 6a92b98 commit a50a2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val commonSettings = Seq(
1414
resolvers += Resolver.mavenLocal,
1515
resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
1616
updateOptions := updateOptions.value.withLatestSnapshots(false),
17-
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.21.11",
17+
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.21.12",
1818
scalacOptions ++= Seq(
1919
"-explain",
2020
"-explain-types",

0 commit comments

Comments
 (0)