Skip to content

Commit

Permalink
Update protoc-gen to 0.9.0 and sbt-protoc to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 21, 2021
1 parent 41ad82b commit af7ad3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
val collectionCompat = "2.3.2"
val coursier = "2.0.0-RC6-21"
val mockito = "3.2.0"
val protocGen = "0.9.0-RC10"
val protocGen = "0.9.0"
val protobufRuntimeScala = "0.8.6"
val commonsCodec = "1.14"
val scalaTest = "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0-RC6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")

Expand Down

0 comments on commit af7ad3c

Please sign in to comment.