update protobuf 3.11.4
* supposed to be more native image friendly for Cloudstate
This commit is contained in:
parent
2104849658
commit
d2afff6bfc
17 changed files with 45 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue