Skip to content

Commit

Permalink
Update protobuf-runtime-scala to 0.8.16 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Jun 4, 2024
1 parent 90c0717 commit 62c243a
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 @@ -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")
Expand Down

0 comments on commit 62c243a

Please sign in to comment.