Skip to content

Commit

Permalink
Upgrade to 3.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 5, 2016
1 parent 31e5ce4 commit e7e5b1e
Show file tree
Hide file tree
Showing 7 changed files with 807 additions and 834 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lazy val runtime = crossProject.crossType(CrossType.Full).in(file("scalapb-runti
.jvmSettings(
// Add JVM-specific settings here
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-2"
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-3"
)
)
.jsSettings(
Expand Down Expand Up @@ -126,8 +126,8 @@ 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.0.0-b2",
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-2",
"com.github.os72" % "protoc-jar" % "3.0.0-b3",
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-3",
"io.grpc" % "grpc-netty" % grpcVersion % "test",
"com.trueaccord.lenses" %% "lenses" % "0.4.1",
"com.trueaccord.scalapb" %% "scalapb-json4s" % "0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion compiler-plugin/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-2",
"com.google.protobuf" % "protobuf-java" % "3.0.0-beta-3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value
)
Loading

0 comments on commit e7e5b1e

Please # to comment.