From 289d045ba170a0885463f9cfc5b23c5a337935f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Jun 2019 04:08:23 +0200 Subject: [PATCH] Update sbt-protoc to 0.99.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b2bb333..57ce8c0e 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val `sbt-java-gen` = project sbtPlugin := true, crossSbtVersions := List(sbtVersion.value, "0.13.18"), buildInfoPackage := "org.lyranthe.fs2_grpc.buildinfo", - addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.21"), + addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.23"), libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion )