Skip to content

Commit 8917f0c

Browse files
Update sbt-protoc to 1.0.7 (#398)
1 parent b10cab9 commit 8917f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val codegen = (project in file("codegen"))
1919
.settings(
2020
commonSettings,
2121
name := "twinagle-scalapb-plugin",
22-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6"),
22+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7"),
2323
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion,
2424
buildInfoKeys := Seq[BuildInfoKey](version, scalaBinaryVersion),
2525
buildInfoPackage := "com.soundcloud.twinagle.codegen",

project/plugins.sbt

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

0 commit comments

Comments
 (0)