From 62c243ae1207281656f79b7d7d055157ee7b5c0d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:39:59 +0200 Subject: [PATCH] Update protobuf-runtime-scala to 0.8.16 (#262) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a4f0b5..7092200 100644 --- a/build.sbt +++ b/build.sbt @@ -82,7 +82,7 @@ lazy val grpcweb = project name := "scalapb-grpcweb", libraryDependencies ++= Seq( "com.thesamet.scalapb" %%% "scalapb-runtime" % scalapbVersion, - "com.thesamet.scalapb" %%% "protobuf-runtime-scala" % "0.8.15" + "com.thesamet.scalapb" %%% "protobuf-runtime-scala" % "0.8.16" ), scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => List("-source:3.0-migration")