Skip to content

Commit fde6193

Browse files
authored
Merge pull request #487 from ckipp01/pbStuff
2 parents 3b2112b + c57169c commit fde6193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
8-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")
8+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
99
addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.4.0")
1010
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
@@ -17,4 +17,4 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
1717
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
1818

1919
libraryDependencies ++=
20-
List("com.thesamet.scalapb" %% "compilerplugin" % "0.10.10")
20+
List("com.thesamet.scalapb" %% "compilerplugin" % "0.11.11")

0 commit comments

Comments
 (0)