Skip to content

Commit

Permalink
Merge pull request typelevel#73 from scala-steward/update/sbt-protoc-…
Browse files Browse the repository at this point in the history
…0.99.23

Update sbt-protoc to 0.99.23
  • Loading branch information
rossabaker authored Jun 20, 2019
2 parents 4825d42 + 289d045 commit ad01f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit ad01f94

Please sign in to comment.