From 732292c69cea0c67061636230f32175c802c4871 Mon Sep 17 00:00:00 2001 From: Kalix Bot <81730826+kalix-bot@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:26:31 +0100 Subject: [PATCH] chore: bump SDK versions to 1.3.6 (#1915) --- maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml | 4 ++-- maven-java/kalix-maven-archetype-value-entity/pom.xml | 4 ++-- maven-java/kalix-maven-plugin/pom.xml | 2 +- maven-java/kalix-spring-boot-archetype/pom.xml | 4 ++-- maven-java/kalix-spring-boot-kotlin-archetype/pom.xml | 4 ++-- maven-java/pom.xml | 2 +- .../java-protobuf-customer-registry-kafka-quickstart/pom.xml | 2 +- samples/java-protobuf-customer-registry-quickstart/pom.xml | 2 +- .../java-protobuf-customer-registry-views-quickstart/pom.xml | 2 +- samples/java-protobuf-doc-snippets/pom.xml | 2 +- samples/java-protobuf-eventsourced-counter/pom.xml | 2 +- .../pom.xml | 2 +- samples/java-protobuf-eventsourced-customer-registry/pom.xml | 2 +- samples/java-protobuf-eventsourced-shopping-cart/pom.xml | 2 +- samples/java-protobuf-fibonacci-action/pom.xml | 2 +- samples/java-protobuf-first-service/pom.xml | 2 +- samples/java-protobuf-reliable-timers/pom.xml | 2 +- samples/java-protobuf-replicatedentity-examples/pom.xml | 2 +- samples/java-protobuf-replicatedentity-shopping-cart/pom.xml | 2 +- samples/java-protobuf-shopping-cart-quickstart/pom.xml | 2 +- samples/java-protobuf-valueentity-counter/pom.xml | 2 +- samples/java-protobuf-valueentity-customer-registry/pom.xml | 2 +- samples/java-protobuf-valueentity-shopping-cart/pom.xml | 2 +- samples/java-protobuf-view-store/pom.xml | 2 +- samples/java-protobuf-web-resources/pom.xml | 2 +- samples/java-spring-choreography-saga-quickstart/pom.xml | 2 +- samples/java-spring-customer-registry-quickstart/pom.xml | 2 +- .../java-spring-customer-registry-views-quickstart/pom.xml | 2 +- samples/java-spring-doc-snippets/pom.xml | 2 +- samples/java-spring-eventsourced-counter/pom.xml | 2 +- .../pom.xml | 2 +- samples/java-spring-eventsourced-customer-registry/pom.xml | 2 +- samples/java-spring-eventsourced-shopping-cart/pom.xml | 2 +- samples/java-spring-fibonacci-action/pom.xml | 2 +- samples/java-spring-reliable-timers/pom.xml | 2 +- samples/java-spring-shopping-cart-quickstart/pom.xml | 2 +- samples/java-spring-transfer-workflow-compensation/pom.xml | 2 +- samples/java-spring-transfer-workflow/pom.xml | 2 +- samples/java-spring-valueentity-counter/pom.xml | 2 +- samples/java-spring-valueentity-customer-registry/pom.xml | 2 +- samples/java-spring-valueentity-shopping-cart/pom.xml | 2 +- samples/java-spring-view-store/pom.xml | 2 +- .../project/plugins.sbt | 2 +- samples/scala-protobuf-doc-snippets/project/plugins.sbt | 2 +- .../scala-protobuf-eventsourced-counter/project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- samples/scala-protobuf-fibonacci-action/project/plugins.sbt | 2 +- samples/scala-protobuf-first-service/project/plugins.sbt | 2 +- samples/scala-protobuf-reliable-timers/project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../scala-protobuf-valueentity-counter/project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- samples/scala-protobuf-view-store/project/plugins.sbt | 2 +- 57 files changed, 61 insertions(+), 61 deletions(-) diff --git a/maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml b/maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml index 5fddd4443b..cc894afee9 100644 --- a/maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml +++ b/maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml @@ -2,12 +2,12 @@ 4.0.0 kalix-maven-archetype-event-sourced-entity - 1.3.5 + 1.3.6 maven-archetype io.kalix kalix-maven-java - 1.3.5 + 1.3.6 Kalix Maven Archetype (Event Sourced entity) diff --git a/maven-java/kalix-maven-archetype-value-entity/pom.xml b/maven-java/kalix-maven-archetype-value-entity/pom.xml index b95eebcce9..cca68d6fc2 100644 --- a/maven-java/kalix-maven-archetype-value-entity/pom.xml +++ b/maven-java/kalix-maven-archetype-value-entity/pom.xml @@ -2,12 +2,12 @@ 4.0.0 kalix-maven-archetype - 1.3.5 + 1.3.6 maven-archetype io.kalix kalix-maven-java - 1.3.5 + 1.3.6 Kalix Maven Archetype (Value entity) diff --git a/maven-java/kalix-maven-plugin/pom.xml b/maven-java/kalix-maven-plugin/pom.xml index a226118636..67e2655610 100644 --- a/maven-java/kalix-maven-plugin/pom.xml +++ b/maven-java/kalix-maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.kalix kalix-maven-java - 1.3.5 + 1.3.6 kalix-maven-plugin diff --git a/maven-java/kalix-spring-boot-archetype/pom.xml b/maven-java/kalix-spring-boot-archetype/pom.xml index 1e92f8b935..efa9b8a66c 100644 --- a/maven-java/kalix-spring-boot-archetype/pom.xml +++ b/maven-java/kalix-spring-boot-archetype/pom.xml @@ -2,12 +2,12 @@ 4.0.0 kalix-spring-boot-archetype - 1.3.5 + 1.3.6 maven-archetype io.kalix kalix-maven-java - 1.3.5 + 1.3.6 Kalix Maven Archetype (Java SDK) diff --git a/maven-java/kalix-spring-boot-kotlin-archetype/pom.xml b/maven-java/kalix-spring-boot-kotlin-archetype/pom.xml index 9121758694..8babda7b40 100644 --- a/maven-java/kalix-spring-boot-kotlin-archetype/pom.xml +++ b/maven-java/kalix-spring-boot-kotlin-archetype/pom.xml @@ -2,12 +2,12 @@ 4.0.0 kalix-spring-boot-kotlin-archetype - 1.3.5 + 1.3.6 maven-archetype io.kalix kalix-maven-java - 1.3.5 + 1.3.6 Kalix Maven Archetype (Java SDK) diff --git a/maven-java/pom.xml b/maven-java/pom.xml index 53596082f2..98a81d4241 100644 --- a/maven-java/pom.xml +++ b/maven-java/pom.xml @@ -5,7 +5,7 @@ io.kalix kalix-maven-java - 1.3.5 + 1.3.6 pom Kalix Java Maven parent pom diff --git a/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml b/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml index bf410b0747..23496132a7 100644 --- a/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml @@ -20,7 +20,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-customer-registry-quickstart/pom.xml b/samples/java-protobuf-customer-registry-quickstart/pom.xml index 6e3fd91661..1de6b0c05a 100644 --- a/samples/java-protobuf-customer-registry-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-quickstart/pom.xml @@ -20,7 +20,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-customer-registry-views-quickstart/pom.xml b/samples/java-protobuf-customer-registry-views-quickstart/pom.xml index 62279dd9e7..9ba4cf1f62 100644 --- a/samples/java-protobuf-customer-registry-views-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-views-quickstart/pom.xml @@ -20,7 +20,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-doc-snippets/pom.xml b/samples/java-protobuf-doc-snippets/pom.xml index b03bdc0e52..0767332a26 100644 --- a/samples/java-protobuf-doc-snippets/pom.xml +++ b/samples/java-protobuf-doc-snippets/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-eventsourced-counter/pom.xml b/samples/java-protobuf-eventsourced-counter/pom.xml index 9f3b60eb80..8c54a1445e 100644 --- a/samples/java-protobuf-eventsourced-counter/pom.xml +++ b/samples/java-protobuf-eventsourced-counter/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml b/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml index fdbe551db9..ba2d0e1551 100644 --- a/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml +++ b/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-eventsourced-customer-registry/pom.xml b/samples/java-protobuf-eventsourced-customer-registry/pom.xml index 00f65d4cf4..d0ad5538ad 100644 --- a/samples/java-protobuf-eventsourced-customer-registry/pom.xml +++ b/samples/java-protobuf-eventsourced-customer-registry/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-eventsourced-shopping-cart/pom.xml b/samples/java-protobuf-eventsourced-shopping-cart/pom.xml index 0536cc24b6..e4175f5de3 100644 --- a/samples/java-protobuf-eventsourced-shopping-cart/pom.xml +++ b/samples/java-protobuf-eventsourced-shopping-cart/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-fibonacci-action/pom.xml b/samples/java-protobuf-fibonacci-action/pom.xml index 343b14e557..434332b36a 100644 --- a/samples/java-protobuf-fibonacci-action/pom.xml +++ b/samples/java-protobuf-fibonacci-action/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-first-service/pom.xml b/samples/java-protobuf-first-service/pom.xml index 435a4a4a9e..b951f32cd8 100644 --- a/samples/java-protobuf-first-service/pom.xml +++ b/samples/java-protobuf-first-service/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-reliable-timers/pom.xml b/samples/java-protobuf-reliable-timers/pom.xml index b385c46d7b..b8a4d2e52e 100644 --- a/samples/java-protobuf-reliable-timers/pom.xml +++ b/samples/java-protobuf-reliable-timers/pom.xml @@ -20,7 +20,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.2 diff --git a/samples/java-protobuf-replicatedentity-examples/pom.xml b/samples/java-protobuf-replicatedentity-examples/pom.xml index a41eecf6cc..e0350fb7ab 100644 --- a/samples/java-protobuf-replicatedentity-examples/pom.xml +++ b/samples/java-protobuf-replicatedentity-examples/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml b/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml index f22a714369..f28d3330b0 100644 --- a/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml +++ b/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-shopping-cart-quickstart/pom.xml b/samples/java-protobuf-shopping-cart-quickstart/pom.xml index 6749476be7..538a23ff5e 100644 --- a/samples/java-protobuf-shopping-cart-quickstart/pom.xml +++ b/samples/java-protobuf-shopping-cart-quickstart/pom.xml @@ -20,7 +20,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-valueentity-counter/pom.xml b/samples/java-protobuf-valueentity-counter/pom.xml index 10aeb6a840..679391efef 100644 --- a/samples/java-protobuf-valueentity-counter/pom.xml +++ b/samples/java-protobuf-valueentity-counter/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-valueentity-customer-registry/pom.xml b/samples/java-protobuf-valueentity-customer-registry/pom.xml index 8b9ebff040..8d7c3f6c7a 100644 --- a/samples/java-protobuf-valueentity-customer-registry/pom.xml +++ b/samples/java-protobuf-valueentity-customer-registry/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-valueentity-shopping-cart/pom.xml b/samples/java-protobuf-valueentity-shopping-cart/pom.xml index 1823685c35..be06a3ef89 100644 --- a/samples/java-protobuf-valueentity-shopping-cart/pom.xml +++ b/samples/java-protobuf-valueentity-shopping-cart/pom.xml @@ -22,7 +22,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-view-store/pom.xml b/samples/java-protobuf-view-store/pom.xml index e380af56ab..6ab46cfc96 100644 --- a/samples/java-protobuf-view-store/pom.xml +++ b/samples/java-protobuf-view-store/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 diff --git a/samples/java-protobuf-web-resources/pom.xml b/samples/java-protobuf-web-resources/pom.xml index 7d37de28bd..8d32d1e4f2 100644 --- a/samples/java-protobuf-web-resources/pom.xml +++ b/samples/java-protobuf-web-resources/pom.xml @@ -21,7 +21,7 @@ 11 UTF-8 - 1.3.5 + 1.3.6 2.1.6 3.22.2 diff --git a/samples/java-spring-choreography-saga-quickstart/pom.xml b/samples/java-spring-choreography-saga-quickstart/pom.xml index a7943c58c0..ae0e0728db 100644 --- a/samples/java-spring-choreography-saga-quickstart/pom.xml +++ b/samples/java-spring-choreography-saga-quickstart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-customer-registry-quickstart/pom.xml b/samples/java-spring-customer-registry-quickstart/pom.xml index c41317d58c..3ffc11e40c 100644 --- a/samples/java-spring-customer-registry-quickstart/pom.xml +++ b/samples/java-spring-customer-registry-quickstart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-customer-registry-views-quickstart/pom.xml b/samples/java-spring-customer-registry-views-quickstart/pom.xml index 5e452854ad..767961af3d 100644 --- a/samples/java-spring-customer-registry-views-quickstart/pom.xml +++ b/samples/java-spring-customer-registry-views-quickstart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-doc-snippets/pom.xml b/samples/java-spring-doc-snippets/pom.xml index edbf71567a..62717e248f 100644 --- a/samples/java-spring-doc-snippets/pom.xml +++ b/samples/java-spring-doc-snippets/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-eventsourced-counter/pom.xml b/samples/java-spring-eventsourced-counter/pom.xml index bbebc12faa..540c8619d0 100644 --- a/samples/java-spring-eventsourced-counter/pom.xml +++ b/samples/java-spring-eventsourced-counter/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml b/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml index 1d4413ee17..ddd4ce38f4 100644 --- a/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml +++ b/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-eventsourced-customer-registry/pom.xml b/samples/java-spring-eventsourced-customer-registry/pom.xml index 7a62d32427..2f9d96e796 100644 --- a/samples/java-spring-eventsourced-customer-registry/pom.xml +++ b/samples/java-spring-eventsourced-customer-registry/pom.xml @@ -28,7 +28,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-eventsourced-shopping-cart/pom.xml b/samples/java-spring-eventsourced-shopping-cart/pom.xml index 06e9d1c9bd..c339d564c8 100644 --- a/samples/java-spring-eventsourced-shopping-cart/pom.xml +++ b/samples/java-spring-eventsourced-shopping-cart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-fibonacci-action/pom.xml b/samples/java-spring-fibonacci-action/pom.xml index a2a03224d2..a681ff5429 100644 --- a/samples/java-spring-fibonacci-action/pom.xml +++ b/samples/java-spring-fibonacci-action/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-reliable-timers/pom.xml b/samples/java-spring-reliable-timers/pom.xml index 4c30451533..328ebbcef0 100644 --- a/samples/java-spring-reliable-timers/pom.xml +++ b/samples/java-spring-reliable-timers/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-shopping-cart-quickstart/pom.xml b/samples/java-spring-shopping-cart-quickstart/pom.xml index fbce695a67..26b80d79b9 100644 --- a/samples/java-spring-shopping-cart-quickstart/pom.xml +++ b/samples/java-spring-shopping-cart-quickstart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-transfer-workflow-compensation/pom.xml b/samples/java-spring-transfer-workflow-compensation/pom.xml index 7558971c4e..f198909f52 100644 --- a/samples/java-spring-transfer-workflow-compensation/pom.xml +++ b/samples/java-spring-transfer-workflow-compensation/pom.xml @@ -28,7 +28,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-transfer-workflow/pom.xml b/samples/java-spring-transfer-workflow/pom.xml index d74421d3b9..feddc285d3 100644 --- a/samples/java-spring-transfer-workflow/pom.xml +++ b/samples/java-spring-transfer-workflow/pom.xml @@ -28,7 +28,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-valueentity-counter/pom.xml b/samples/java-spring-valueentity-counter/pom.xml index a6f463be23..6c66913188 100644 --- a/samples/java-spring-valueentity-counter/pom.xml +++ b/samples/java-spring-valueentity-counter/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-valueentity-customer-registry/pom.xml b/samples/java-spring-valueentity-customer-registry/pom.xml index eed93872f2..baa23e2c0a 100644 --- a/samples/java-spring-valueentity-customer-registry/pom.xml +++ b/samples/java-spring-valueentity-customer-registry/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-valueentity-shopping-cart/pom.xml b/samples/java-spring-valueentity-shopping-cart/pom.xml index 3b1b1c4282..d9f28b185e 100644 --- a/samples/java-spring-valueentity-shopping-cart/pom.xml +++ b/samples/java-spring-valueentity-shopping-cart/pom.xml @@ -27,7 +27,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/java-spring-view-store/pom.xml b/samples/java-spring-view-store/pom.xml index 64a589a439..2cce31db52 100644 --- a/samples/java-spring-view-store/pom.xml +++ b/samples/java-spring-view-store/pom.xml @@ -28,7 +28,7 @@ 17 UTF-8 - 1.3.5 + 1.3.6 diff --git a/samples/scala-protobuf-customer-registry-quickstart/project/plugins.sbt b/samples/scala-protobuf-customer-registry-quickstart/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-customer-registry-quickstart/project/plugins.sbt +++ b/samples/scala-protobuf-customer-registry-quickstart/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-doc-snippets/project/plugins.sbt b/samples/scala-protobuf-doc-snippets/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-doc-snippets/project/plugins.sbt +++ b/samples/scala-protobuf-doc-snippets/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-eventsourced-counter/project/plugins.sbt b/samples/scala-protobuf-eventsourced-counter/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-eventsourced-counter/project/plugins.sbt +++ b/samples/scala-protobuf-eventsourced-counter/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/project/plugins.sbt b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/project/plugins.sbt +++ b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-eventsourced-customer-registry/project/plugins.sbt b/samples/scala-protobuf-eventsourced-customer-registry/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry/project/plugins.sbt +++ b/samples/scala-protobuf-eventsourced-customer-registry/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-eventsourced-shopping-cart/project/plugins.sbt b/samples/scala-protobuf-eventsourced-shopping-cart/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-eventsourced-shopping-cart/project/plugins.sbt +++ b/samples/scala-protobuf-eventsourced-shopping-cart/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-fibonacci-action/project/plugins.sbt b/samples/scala-protobuf-fibonacci-action/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-fibonacci-action/project/plugins.sbt +++ b/samples/scala-protobuf-fibonacci-action/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-first-service/project/plugins.sbt b/samples/scala-protobuf-first-service/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-first-service/project/plugins.sbt +++ b/samples/scala-protobuf-first-service/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-reliable-timers/project/plugins.sbt b/samples/scala-protobuf-reliable-timers/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-reliable-timers/project/plugins.sbt +++ b/samples/scala-protobuf-reliable-timers/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-replicatedentity-examples/project/plugins.sbt b/samples/scala-protobuf-replicatedentity-examples/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-replicatedentity-examples/project/plugins.sbt +++ b/samples/scala-protobuf-replicatedentity-examples/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-replicatedentity-shopping-cart/project/plugins.sbt b/samples/scala-protobuf-replicatedentity-shopping-cart/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-replicatedentity-shopping-cart/project/plugins.sbt +++ b/samples/scala-protobuf-replicatedentity-shopping-cart/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-valueentity-counter/project/plugins.sbt b/samples/scala-protobuf-valueentity-counter/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-valueentity-counter/project/plugins.sbt +++ b/samples/scala-protobuf-valueentity-counter/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-valueentity-customer-registry/project/plugins.sbt b/samples/scala-protobuf-valueentity-customer-registry/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-valueentity-customer-registry/project/plugins.sbt +++ b/samples/scala-protobuf-valueentity-customer-registry/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-valueentity-shopping-cart/project/plugins.sbt b/samples/scala-protobuf-valueentity-shopping-cart/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-valueentity-shopping-cart/project/plugins.sbt +++ b/samples/scala-protobuf-valueentity-shopping-cart/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") diff --git a/samples/scala-protobuf-view-store/project/plugins.sbt b/samples/scala-protobuf-view-store/project/plugins.sbt index 9d594b2c70..d9df1e0533 100644 --- a/samples/scala-protobuf-view-store/project/plugins.sbt +++ b/samples/scala-protobuf-view-store/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.5")) +addSbtPlugin("io.kalix" % "sbt-kalix" % System.getProperty("kalix-sdk.version", "1.3.6")) addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")