File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments