Skip to content

Commit

Permalink
Update protoc-bridge to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 9, 2024
1 parent ae211c6 commit 0ef79b2
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 @@ -11,7 +11,7 @@ scalaVersion := "2.12.20"
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.1")

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.7"
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.8"
)

enablePlugins(SbtPlugin)
Expand Down

0 comments on commit 0ef79b2

Please sign in to comment.