Skip to content

Commit 67a356e

Browse files
Merge pull request #336 from scala-steward/update/protobuf-java-3.21.11
Update protobuf-java to 3.21.11
2 parents 6f0dfab + 6e5f170 commit 67a356e

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.10",
17+
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.21.11",
1818
scalacOptions ++= Seq(
1919
"-explain",
2020
"-explain-types",

0 commit comments

Comments
 (0)