Skip to content

Commit 4f6ac35

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protoc-bridge to 0.9.8
1 parent 5ff6beb commit 4f6ac35

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
@@ -118,7 +118,7 @@ val commonSettings = Def.settings(
118118
}
119119
.toList
120120
.flatten,
121-
libraryDependencies += "com.thesamet.scalapb" %% "protoc-bridge" % "0.9.7",
121+
libraryDependencies += "com.thesamet.scalapb" %% "protoc-bridge" % "0.9.8",
122122
scalacOptions ++= unusedWarnings,
123123
Seq(Compile, Test).flatMap(c => c / console / scalacOptions --= unusedWarnings)
124124
)

0 commit comments

Comments
 (0)