diff --git a/docs-gen/project/build.properties b/docs-gen/project/build.properties index 73df629..bbb0b60 100644 --- a/docs-gen/project/build.properties +++ b/docs-gen/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-client-grpc-java/pom.xml b/pekko-sample-cluster-client-grpc-java/pom.xml index 81024ca..562eaa0 100644 --- a/pekko-sample-cluster-client-grpc-java/pom.xml +++ b/pekko-sample-cluster-client-grpc-java/pom.xml @@ -10,8 +10,8 @@ UTF-8 - 1.1.3 - 1.1.0 + 1.1.4 + 1.1.1 3 diff --git a/pekko-sample-cluster-client-grpc-scala/build.sbt b/pekko-sample-cluster-client-grpc-scala/build.sbt index e994328..d0c28bb 100644 --- a/pekko-sample-cluster-client-grpc-scala/build.sbt +++ b/pekko-sample-cluster-client-grpc-scala/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" lazy val `pekko-sample-cluster-client-grpc-scala` = project .in(file(".")) @@ -10,7 +10,7 @@ lazy val `pekko-sample-cluster-client-grpc-scala` = project .settings(multiJvmSettings: _*) .settings( organization := "org.apache.pekko", - scalaVersion := "3.3.4", + scalaVersion := "3.3.6", Compile / scalacOptions ++= Seq( "-deprecation", "-feature", diff --git a/pekko-sample-cluster-client-grpc-scala/project/build.properties b/pekko-sample-cluster-client-grpc-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-client-grpc-scala/project/build.properties +++ b/pekko-sample-cluster-client-grpc-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt index 3f6f82d..3c1bc48 100644 --- a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt +++ b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0") +addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0") diff --git a/pekko-sample-cluster-docker-compose-java/build.sbt b/pekko-sample-cluster-docker-compose-java/build.sbt index c2a5099..1723b2c 100644 --- a/pekko-sample-cluster-docker-compose-java/build.sbt +++ b/pekko-sample-cluster-docker-compose-java/build.sbt @@ -1,7 +1,7 @@ organization := "org.apache.pekko" /* scala versions and options */ -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" // These options will be used for *all* versions. scalacOptions ++= Seq( @@ -10,7 +10,7 @@ scalacOptions ++= Seq( "-encoding", "UTF-8", "-Xlint") -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" /* dependencies */ diff --git a/pekko-sample-cluster-docker-compose-java/project/build.properties b/pekko-sample-cluster-docker-compose-java/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-docker-compose-java/project/build.properties +++ b/pekko-sample-cluster-docker-compose-java/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-docker-compose-scala/build.sbt b/pekko-sample-cluster-docker-compose-scala/build.sbt index 786d587..bda5d5a 100644 --- a/pekko-sample-cluster-docker-compose-scala/build.sbt +++ b/pekko-sample-cluster-docker-compose-scala/build.sbt @@ -2,7 +2,7 @@ organization := "org.apache.pekko" name := "pekko-sample-cluster-docker-compose-scala" /* scala versions and options */ -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" // These options will be used for *all* versions. scalacOptions ++= Seq( @@ -11,7 +11,7 @@ scalacOptions ++= Seq( "-encoding", "UTF-8", "-Xlint") -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" /* dependencies */ diff --git a/pekko-sample-cluster-docker-compose-scala/project/build.properties b/pekko-sample-cluster-docker-compose-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-docker-compose-scala/project/build.properties +++ b/pekko-sample-cluster-docker-compose-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-java/build.sbt b/pekko-sample-cluster-java/build.sbt index cf1f379..db7e9f4 100644 --- a/pekko-sample-cluster-java/build.sbt +++ b/pekko-sample-cluster-java/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" lazy val `pekko-sample-cluster-java` = project @@ -9,7 +9,7 @@ lazy val `pekko-sample-cluster-java` = project .settings(multiJvmSettings: _*) .settings( organization := "org.apache.pekko", - scalaVersion := "3.3.4", + scalaVersion := "3.3.6", Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"), Compile / javacOptions ++= Seq("-parameters", "-Xlint:unchecked", "-Xlint:deprecation"), run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m", "-Djava.library.path=./target/native"), diff --git a/pekko-sample-cluster-java/pom.xml b/pekko-sample-cluster-java/pom.xml index b1fa6c7..f4d5a91 100644 --- a/pekko-sample-cluster-java/pom.xml +++ b/pekko-sample-cluster-java/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 1.1.3 + 1.1.4 3 diff --git a/pekko-sample-cluster-java/project/build.properties b/pekko-sample-cluster-java/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-java/project/build.properties +++ b/pekko-sample-cluster-java/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-kubernetes-java/pom.xml b/pekko-sample-cluster-kubernetes-java/pom.xml index 6cf435a..6137e0d 100644 --- a/pekko-sample-cluster-kubernetes-java/pom.xml +++ b/pekko-sample-cluster-kubernetes-java/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.apache.pekko pekko-sample-cluster-kubernetes-java - ${version.number} + 0.1.0-SNAPSHOT ${project.artifactId} Apache Pekko Sample for forming a Cluster in Kubernetes 2023 @@ -18,9 +18,9 @@ 1.8 1.8 UTF-8 - 1.1.3 - 1.1.0 - 1.1.0 + 1.1.4 + 1.2.0 + 1.1.1 3 ${git.commit.time}-${git.commit.id.abbrev} diff --git a/pekko-sample-cluster-kubernetes-scala/build.sbt b/pekko-sample-cluster-kubernetes-scala/build.sbt index 00f8827..2799362 100644 --- a/pekko-sample-cluster-kubernetes-scala/build.sbt +++ b/pekko-sample-cluster-kubernetes-scala/build.sbt @@ -2,10 +2,10 @@ ThisBuild / organization := "org.apache.pekko" name := "pekko-sample-cluster-kubernetes-scala" -scalaVersion := "3.3.4" -val pekkoHttpVersion = "1.1.0" -val pekkoVersion = "1.1.3" -val pekkoManagementVersion = "1.1.0" +scalaVersion := "3.3.6" +val pekkoHttpVersion = "1.2.0" +val pekkoVersion = "1.1.4" +val pekkoManagementVersion = "1.1.1" val logbackVersion = "1.3.15" // make version compatible with docker for publishing diff --git a/pekko-sample-cluster-kubernetes-scala/project/build.properties b/pekko-sample-cluster-kubernetes-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-kubernetes-scala/project/build.properties +++ b/pekko-sample-cluster-kubernetes-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-cluster-scala/build.sbt b/pekko-sample-cluster-scala/build.sbt index 6588dcd..c376cbe 100644 --- a/pekko-sample-cluster-scala/build.sbt +++ b/pekko-sample-cluster-scala/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" lazy val `pekko-sample-cluster-scala` = project @@ -9,7 +9,7 @@ lazy val `pekko-sample-cluster-scala` = project .settings(multiJvmSettings: _*) .settings( organization := "org.apache.pekko", - scalaVersion := "3.3.4", + scalaVersion := "3.3.6", Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"), Compile / javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"), run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m", "-Djava.library.path=./target/native"), diff --git a/pekko-sample-cluster-scala/project/build.properties b/pekko-sample-cluster-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-cluster-scala/project/build.properties +++ b/pekko-sample-cluster-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-distributed-data-java/build.sbt b/pekko-sample-distributed-data-java/build.sbt index e4db5c9..cbfa937 100644 --- a/pekko-sample-distributed-data-java/build.sbt +++ b/pekko-sample-distributed-data-java/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" val `pekko-sample-distributed-data-java` = project @@ -10,7 +10,7 @@ val `pekko-sample-distributed-data-java` = project .settings( organization := "org.apache.pekko", version := "1.0", - scalaVersion := "3.3.4", + scalaVersion := "3.3.6", Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"), Compile / javacOptions ++= Seq("-parameters", "-Xlint:unchecked", "-Xlint:deprecation", "-Xdiags:verbose"), run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m"), diff --git a/pekko-sample-distributed-data-java/project/build.properties b/pekko-sample-distributed-data-java/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-distributed-data-java/project/build.properties +++ b/pekko-sample-distributed-data-java/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-distributed-data-scala/build.sbt b/pekko-sample-distributed-data-scala/build.sbt index cc4ed90..5bb652d 100644 --- a/pekko-sample-distributed-data-scala/build.sbt +++ b/pekko-sample-distributed-data-scala/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" val `pekko-sample-distributed-data-scala` = project @@ -10,7 +10,7 @@ val `pekko-sample-distributed-data-scala` = project .settings( organization := "org.apache.pekko", version := "1.0", - scalaVersion := "3.3.4", + scalaVersion := "3.3.6", Compile / scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"), Compile / javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"), run / javaOptions ++= Seq("-Xms128m", "-Xmx1024m"), diff --git a/pekko-sample-distributed-data-scala/project/build.properties b/pekko-sample-distributed-data-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-distributed-data-scala/project/build.properties +++ b/pekko-sample-distributed-data-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-distributed-workers-scala/build.sbt b/pekko-sample-distributed-workers-scala/build.sbt index 589b52f..203963f 100644 --- a/pekko-sample-distributed-workers-scala/build.sbt +++ b/pekko-sample-distributed-workers-scala/build.sbt @@ -2,9 +2,9 @@ name := "pekko-distributed-workers-scala" version := "1.0" -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val cassandraPluginVersion = "1.1.0" val logbackVersion = "1.3.15" diff --git a/pekko-sample-distributed-workers-scala/project/build.properties b/pekko-sample-distributed-workers-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-distributed-workers-scala/project/build.properties +++ b/pekko-sample-distributed-workers-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-fsm-java/pom.xml b/pekko-sample-fsm-java/pom.xml index e2fa952..0c3a35a 100644 --- a/pekko-sample-fsm-java/pom.xml +++ b/pekko-sample-fsm-java/pom.xml @@ -6,7 +6,7 @@ UTF-8 - 1.1.3 + 1.1.4 3 diff --git a/pekko-sample-fsm-scala/build.sbt b/pekko-sample-fsm-scala/build.sbt index ad199f5..3046c10 100644 --- a/pekko-sample-fsm-scala/build.sbt +++ b/pekko-sample-fsm-scala/build.sbt @@ -1,10 +1,10 @@ organization := "org.apache.pekko" name := "pekko-sample-fsm-scala" -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" libraryDependencies ++= Seq( "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion, "ch.qos.logback" % "logback-classic" % logbackVersion) diff --git a/pekko-sample-fsm-scala/project/build.properties b/pekko-sample-fsm-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-fsm-scala/project/build.properties +++ b/pekko-sample-fsm-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-grpc-kubernetes-scala/build.sbt b/pekko-sample-grpc-kubernetes-scala/build.sbt index 9dcbebc..295f823 100644 --- a/pekko-sample-grpc-kubernetes-scala/build.sbt +++ b/pekko-sample-grpc-kubernetes-scala/build.sbt @@ -1,9 +1,9 @@ name := "pekko-grpc-kubernetes" -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" -lazy val pekkoVersion = "1.1.3" -lazy val pekkoManagementVersion = "1.1.0" -lazy val pekkoHttpVersion = "1.1.0" +lazy val pekkoVersion = "1.1.4" +lazy val pekkoManagementVersion = "1.1.1" +lazy val pekkoHttpVersion = "1.2.0" lazy val root = (project in file(".")) .aggregate(httpToGrpc, grpcService) diff --git a/pekko-sample-grpc-kubernetes-scala/project/build.properties b/pekko-sample-grpc-kubernetes-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-grpc-kubernetes-scala/project/build.properties +++ b/pekko-sample-grpc-kubernetes-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt b/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt index 689fb56..4f973b2 100644 --- a/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt +++ b/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt @@ -1,4 +1,4 @@ dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0" -addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0") +addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0") diff --git a/pekko-sample-kafka-to-sharding-scala/build.sbt b/pekko-sample-kafka-to-sharding-scala/build.sbt index 0b7708e..76226f5 100644 --- a/pekko-sample-kafka-to-sharding-scala/build.sbt +++ b/pekko-sample-kafka-to-sharding-scala/build.sbt @@ -1,13 +1,13 @@ -val pekkoVersion = "1.1.3" -val pekkoHttpVersion = "1.1.0" +val pekkoVersion = "1.1.4" +val pekkoHttpVersion = "1.2.0" val pekkoConnectorsKafkaVersion = "1.1.0" -val pekkoManagementVersion = "1.1.0" +val pekkoManagementVersion = "1.1.1" val EmbeddedKafkaVersion = "2.4.1.1" val logbackVersion = "1.3.15" -val slf4jVersion = "2.0.16" +val slf4jVersion = "2.0.17" -ThisBuild / scalaVersion := "3.3.4" +ThisBuild / scalaVersion := "3.3.6" ThisBuild / organization := "org.apache.pekko" ThisBuild / Compile / scalacOptions ++= Seq( "-deprecation", diff --git a/pekko-sample-kafka-to-sharding-scala/project/build.properties b/pekko-sample-kafka-to-sharding-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-kafka-to-sharding-scala/project/build.properties +++ b/pekko-sample-kafka-to-sharding-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt index 9b1ca0f..e050371 100644 --- a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt +++ b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0") +addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") // ALPN agent addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") diff --git a/pekko-sample-persistence-dc-java/pom.xml b/pekko-sample-persistence-dc-java/pom.xml index ddfb05e..de53dbb 100644 --- a/pekko-sample-persistence-dc-java/pom.xml +++ b/pekko-sample-persistence-dc-java/pom.xml @@ -18,9 +18,9 @@ UTF-8 - 1.1.3 + 1.1.4 1.1.0 - 1.1.0 + 1.2.0 1.1.1 3 diff --git a/pekko-sample-persistence-dc-scala/build.sbt b/pekko-sample-persistence-dc-scala/build.sbt index bff0421..6ff7d88 100644 --- a/pekko-sample-persistence-dc-scala/build.sbt +++ b/pekko-sample-persistence-dc-scala/build.sbt @@ -1,13 +1,13 @@ organization := "org.apache.pekko" name := "pekko-sample-replicated-event-sourcing-scala" -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val cassandraPluginVersion = "1.1.0" -val pekkoHttpVersion = "1.1.0" -val pekkoClusterManagementVersion = "1.1.0" +val pekkoHttpVersion = "1.2.0" +val pekkoClusterManagementVersion = "1.1.1" val logbackVersion = "1.3.15" diff --git a/pekko-sample-persistence-dc-scala/project/build.properties b/pekko-sample-persistence-dc-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-persistence-dc-scala/project/build.properties +++ b/pekko-sample-persistence-dc-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-persistence-java/pom.xml b/pekko-sample-persistence-java/pom.xml index 227a50c..e79fb9c 100644 --- a/pekko-sample-persistence-java/pom.xml +++ b/pekko-sample-persistence-java/pom.xml @@ -18,7 +18,7 @@ UTF-8 - 1.1.3 + 1.1.4 3 diff --git a/pekko-sample-persistence-scala/build.sbt b/pekko-sample-persistence-scala/build.sbt index 43d733f..95c644a 100644 --- a/pekko-sample-persistence-scala/build.sbt +++ b/pekko-sample-persistence-scala/build.sbt @@ -1,9 +1,9 @@ organization := "org.apache.pekko" name := "pekko-sample-persistence-scala" -scalaVersion := "3.3.4" +scalaVersion := "3.3.6" -val pekkoVersion = "1.1.3" +val pekkoVersion = "1.1.4" val logbackVersion = "1.3.15" libraryDependencies ++= Seq( diff --git a/pekko-sample-persistence-scala/project/build.properties b/pekko-sample-persistence-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-persistence-scala/project/build.properties +++ b/pekko-sample-persistence-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-sharding-java/build.sbt b/pekko-sample-sharding-java/build.sbt index d727f29..7b8be3e 100644 --- a/pekko-sample-sharding-java/build.sbt +++ b/pekko-sample-sharding-java/build.sbt @@ -1,10 +1,10 @@ -val pekkoVersion = "1.1.3" -val pekkoHttpVersion = "1.1.0" +val pekkoVersion = "1.1.4" +val pekkoHttpVersion = "1.2.0" val logbackVersion = "1.3.15" lazy val buildSettings = Seq( organization := "org.apache.pekko", - scalaVersion := "3.3.4") + scalaVersion := "3.3.6") lazy val commonJavacOptions = Seq( "-Xlint:unchecked", diff --git a/pekko-sample-sharding-java/killrweather-fog/pom.xml b/pekko-sample-sharding-java/killrweather-fog/pom.xml index addb787..c5c4719 100644 --- a/pekko-sample-sharding-java/killrweather-fog/pom.xml +++ b/pekko-sample-sharding-java/killrweather-fog/pom.xml @@ -18,8 +18,8 @@ UTF-8 - 1.1.3 - 1.1.0 + 1.1.4 + 1.2.0 3 diff --git a/pekko-sample-sharding-java/killrweather/pom.xml b/pekko-sample-sharding-java/killrweather/pom.xml index 6219360..bda788b 100644 --- a/pekko-sample-sharding-java/killrweather/pom.xml +++ b/pekko-sample-sharding-java/killrweather/pom.xml @@ -18,8 +18,8 @@ UTF-8 - 1.1.3 - 1.1.0 + 1.1.4 + 1.2.0 3 diff --git a/pekko-sample-sharding-java/project/build.properties b/pekko-sample-sharding-java/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-sharding-java/project/build.properties +++ b/pekko-sample-sharding-java/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2 diff --git a/pekko-sample-sharding-scala/build.sbt b/pekko-sample-sharding-scala/build.sbt index 5782245..acce791 100644 --- a/pekko-sample-sharding-scala/build.sbt +++ b/pekko-sample-sharding-scala/build.sbt @@ -1,10 +1,10 @@ -val pekkoVersion = "1.1.3" -val pekkoHttpVersion = "1.1.0" +val pekkoVersion = "1.1.4" +val pekkoHttpVersion = "1.2.0" val logbackVersion = "1.3.15" lazy val buildSettings = Seq( organization := "org.apache.pekko", - scalaVersion := "3.3.4") + scalaVersion := "3.3.6") lazy val commonScalacOptions = Seq( "-deprecation", diff --git a/pekko-sample-sharding-scala/project/build.properties b/pekko-sample-sharding-scala/project/build.properties index 73df629..bbb0b60 100644 --- a/pekko-sample-sharding-scala/project/build.properties +++ b/pekko-sample-sharding-scala/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.11.2