Skip to content

Commit

Permalink
update protobuf plugin (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio Veltri authored Aug 30, 2019
1 parent 75eddbc commit 750e568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "compilerplugin" % "0.7.4",
"com.thesamet.scalapb" %% "compilerplugin" % "0.9.0",
"com.typesafe" % "config" % "1.2.1"
)
2 changes: 1 addition & 1 deletion project/protoc.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.18")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.23")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

version in ThisBuild := "0.8.0-SNAPSHOT"
version in ThisBuild := "0.9.0-SNAPSHOT"

0 comments on commit 750e568

Please sign in to comment.