Skip to content

Commit

Permalink
Fix #459: Upgrade protobuf to 3.7.0 to get rid of Java 9+ warnings
Browse files Browse the repository at this point in the history
I have no idea if this is binary-compatible so fingers crossed.
  • Loading branch information
smarter committed Mar 11, 2019
1 parent 9f20ee8 commit bc7a8f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ def commonSettings: Seq[Setting[_]] = Seq(
scalacOptions ++= Seq(
"-YdisableFlatCpCaching",
"-target:jvm-1.8",
)
),
// Override the version that scalapb depends on
dependencyOverrides += "com.google.protobuf" % "protobuf-java" % "3.7.0"
)

def compilerVersionDependentScalacOptions: Seq[Setting[_]] = Seq(
Expand Down

0 comments on commit bc7a8f5

Please sign in to comment.