diff --git a/build.sbt b/build.sbt index 8ff04cb..37585be 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "com.github.sbt" lazy val protocJar = "com.github.os72" % "protoc-jar" % "3.11.4" -lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.23.4" % "runtime" // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.24.0" % "runtime" // for scala-steward lazy val root = (project in file(".")) .enablePlugins(SbtPlugin)