Skip to content

Commit f5be35d

Browse files
committed
Update sbt-protoc to 1.0.8
1 parent 4ebed43 commit f5be35d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
1+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
22
libraryDependencies += "kr.ikhoon.scalapb-reactor" %% "scalapb-reactor-codegen" % "0.2.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ScalaPB
2-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
2+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
33
addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")
44
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11"
55

0 commit comments

Comments
 (0)