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
|
|
@ -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