Skip to content

Commit 8288132

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protoc-bridge to 0.9.10
1 parent f920688 commit 8288132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ val commonSettings = Def.settings(
126126
}
127127
.toList
128128
.flatten,
129-
libraryDependencies += "com.thesamet.scalapb" %% "protoc-bridge" % "0.9.9",
129+
libraryDependencies += "com.thesamet.scalapb" %% "protoc-bridge" % "0.9.10",
130130
scalacOptions ++= unusedWarnings.value,
131131
Seq(Compile, Test).flatMap(c => c / console / scalacOptions --= unusedWarnings.value)
132132
)

0 commit comments

Comments
 (0)