Skip to content

Commit

Permalink
Merge pull request #474 from scala-steward/update/protobuf-java-4.26.1
Browse files Browse the repository at this point in the history
Update protobuf-java to 4.26.1
  • Loading branch information
EmergentOrder authored May 5, 2024
2 parents 19e1063 + fab3d60 commit 6fdd0e6
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.25.3",
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "4.26.1",
libraryDependencies += "org.scala-lang" % "scala3-compiler_3" % scalaVersion.value exclude ("org.scala-sbt", "compiler-interface"),
scalacOptions ++= Seq(
"-explain",
Expand Down

0 comments on commit 6fdd0e6

Please sign in to comment.