Skip to content

Commit

Permalink
Bump to protobuf-java 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 3, 2017
1 parent 3de8de6 commit 2a0d61d
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 18 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ lazy val proptest = project.in(file("proptest"))
publishArtifact := false,
publishTo := Some(Resolver.file("Unused transient repository", file("target/unusedrepo"))),
libraryDependencies ++= Seq(
"com.github.os72" % "protoc-jar" % "3.4.0",
"com.github.os72" % "protoc-jar" % "3.5.0",
"com.google.protobuf" % "protobuf-java" % protobufVersion,
"io.grpc" % "grpc-netty" % grpcVersion % "test",
"io.grpc" % "grpc-protobuf" % grpcVersion % "test",
Expand All @@ -196,7 +196,7 @@ lazy val proptest = project.in(file("proptest"))

lazy val ShortTest = config("short") extend(Test)

val protobufVersion = "3.4.0"
val protobufVersion = "3.5.0"

// For e2e test
val sbtPluginVersion = "0.99.13"
Expand Down
2 changes: 1 addition & 1 deletion compiler-plugin/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java" % "3.4.0"
"com.google.protobuf" % "protobuf-java" % "3.5.0"
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 22 additions & 7 deletions scalapb-runtime/jvm/src/main/java/scalapb/options/Scalapb.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test_generated_code_checked_in.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test that all generated code is checked in.
set -e

echo "java -jar ${HOME}/.ivy2/cache/com.github.os72/protoc-jar/jars/protoc-jar-3.4.0.jar \$@" > protoc
echo "java -jar ${HOME}/.ivy2/cache/com.github.os72/protoc-jar/jars/protoc-jar-3.5.0.jar \$@" > protoc
chmod +x protoc
PATH=${PATH}:${PWD} ./make_plugin_proto.sh
rm protoc
Expand Down

0 comments on commit 2a0d61d

Please sign in to comment.