We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e210e commit 186dcbcCopy full SHA for 186dcbc
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
object Kalix {
7
val ProtocolVersionMajor = 1
8
val ProtocolVersionMinor = 0
9
- val ProxyVersion = System.getProperty("kalix-proxy.version", "1.0.16")
+ val ProxyVersion = System.getProperty("kalix-proxy.version", "1.0.20")
10
}
11
12
// changing the Scala version of the Java SDK affects end users
0 commit comments