Skip to content

Commit bc37ad6

Browse files
committed
Update sbt-protoc to 1.0.8
1 parent 0d3d504 commit bc37ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val plugin = (project in file("plugin"))
3838
.settings(
3939
commonSettings,
4040
name := "twinagle-scalapb-plugin",
41-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7"),
41+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8"),
4242
buildInfoKeys := Seq[BuildInfoKey](version, scalaBinaryVersion),
4343
buildInfoPackage := "com.soundcloud.twinagle.plugin",
4444
buildInfoUsePackageAsPath := true,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ libraryDependencies ++= Seq(
1111
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"
1212
)
1313
// only necessary so we can generate protos for tests
14-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
14+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")

0 commit comments

Comments
 (0)