Skip to content

Commit

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

0 comments on commit 0f47f64

Please sign in to comment.