Skip to content

Commit

Permalink
Update protoc-jar to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxperrimond authored and thesamet committed Aug 9, 2018
1 parent 1ac130a commit 8e01364
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 @@ -16,7 +16,7 @@ scalacOptions += {
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0")

libraryDependencies ++= Seq(
"com.github.os72" % "protoc-jar" % "3.5.1",
"com.github.os72" % "protoc-jar" % "3.6.0",
"com.thesamet.scalapb" %% "protoc-bridge" % "0.7.3"
)

Expand Down

0 comments on commit 8e01364

Please sign in to comment.