diff options
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ lazy val mimaSettings = Seq( lazy val protobufSettings = Seq( // The parentheses around the version help avoid version ambiguity in release scripts - ProtobufConfig / version := ("3.18.2"), // CVE-2021-22569 + ProtobufConfig / version := ("3.18.3"), // CVE-2021-22569 ProtobufConfig / sourceDirectory := baseDirectory.value / "src" / "main" / "proto", ProtobufConfig / protobufRunProtoc := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray)) ) |
