update protobuf 3.11.4

* supposed to be more native image friendly for Cloudstate
This commit is contained in:
Patrik Nordwall 2020-05-04 08:39:19 +02:00 committed by Arnout Engelen
parent 2104849658
commit d2afff6bfc
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA
17 changed files with 45 additions and 17 deletions

View file

@ -22,7 +22,7 @@ object Dependencies {
val agronaVersion = "1.4.1"
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.4"
val protobufJavaVersion = "3.10.0"
val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.3"
val scala212Version = "2.12.11"

View file

@ -32,7 +32,7 @@ object Protobuf {
Compile / unmanagedJars ++= Seq(
baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"scala-${scalaBinaryVersion.value}" / s"akka-protobuf-v3-assembly-${version.value}.jar"),
protoc := "protoc",
protocVersion := "3.10.0",
protocVersion := "3.11.4",
generate := {
val sourceDirs = paths.value
val targetDirs = outputPaths.value