Skip to content

Commit a94fe9e

Browse files
committed
Bump up to protoc-bridge 0.9.0
1 parent e808133 commit a94fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scalaVersion := "2.12.12"
1515
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0")
1616

1717
libraryDependencies ++= Seq(
18-
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.0-RC11"
18+
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.0"
1919
)
2020

2121
enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)