From 027a76609ef06f98e181fc3e1a756ef473b6f55a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:47 +0000 Subject: [PATCH 1/6] Scala-Steward: Update pekko-actor from 1.0.2 to 1.0.3-M1 --- examples/pekko-cluster-app/build.sbt | 2 +- examples/pekko-persistence-app/build.sbt | 2 +- project/Dependencies.scala | 2 +- .../src/sbt-test/sbt-dumpschema/simple/build.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pekko-cluster-app/build.sbt b/examples/pekko-cluster-app/build.sbt index 0c9739ca..bad25ce2 100644 --- a/examples/pekko-cluster-app/build.sbt +++ b/examples/pekko-cluster-app/build.sbt @@ -7,7 +7,7 @@ version := "0.1" scalaVersion := "2.13.14" val circeVersion = "0.14.7" -val pekkoVersion = "1.0.2" +val pekkoVersion = "1.0.3-M1" lazy val `pekko-cluster-app` = project .in(file(".")) diff --git a/examples/pekko-persistence-app/build.sbt b/examples/pekko-persistence-app/build.sbt index d17e53ee..067990a3 100644 --- a/examples/pekko-persistence-app/build.sbt +++ b/examples/pekko-persistence-app/build.sbt @@ -22,7 +22,7 @@ Global / cancelable := false // ctrl-c ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo -val pekkoVersion = "1.0.2" +val pekkoVersion = "1.0.3-M1" val pekkoHttpVersion = "1.0.1" val pekkoHttp2SupportVersion = "0.0.0+4272-045c925b-SNAPSHOT" val pekkoManagementVersion = "1.0.0" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d35a5fd3..18d1003e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val pekkoProjectionVersion = "1.0.0" val pekkoGrpcRuntimeVersion = "1.0.2" val pekkoHttpCorsVersion = "1.0.1" - val pekkoVersion = "1.0.2" + val pekkoVersion = "1.0.3-M1" val borerVersion = "1.8.0" val circeYamlVersion = "1.15.0" val circeVersion = "0.14.7" diff --git a/sbt-pekko-serialization-helper/src/sbt-test/sbt-dumpschema/simple/build.sbt b/sbt-pekko-serialization-helper/src/sbt-test/sbt-dumpschema/simple/build.sbt index bfdc98a9..15d53678 100644 --- a/sbt-pekko-serialization-helper/src/sbt-test/sbt-dumpschema/simple/build.sbt +++ b/sbt-pekko-serialization-helper/src/sbt-test/sbt-dumpschema/simple/build.sbt @@ -4,7 +4,7 @@ lazy val scala212 = "2.12.18" name := "simple-dump" version := "0.1" scalaVersion := scala213 -val pekkoVersion = "1.0.2" +val pekkoVersion = "1.0.3-M1" libraryDependencies += "org.apache.pekko" %% "pekko-persistence-typed" % pekkoVersion crossScalaVersions := Seq(scala213, scala212) From 2b6033225542f45c1d8ad5fbd21b7790af7d98ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:47 +0000 Subject: [PATCH 2/6] Scala-Steward: Update pekko-actor-testkit-typed from 1.0.2 to 1.0.3-M1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 18d1003e..c8f804ee 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val scalaVersion212 = "2.12.19" val pekkoProjectionVersion = "1.0.0" - val pekkoGrpcRuntimeVersion = "1.0.2" + val pekkoGrpcRuntimeVersion = "1.0.3-M1" val pekkoHttpCorsVersion = "1.0.1" val pekkoVersion = "1.0.3-M1" val borerVersion = "1.8.0" From 60b2c523875356217ee412f289123f87e987929d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:47 +0000 Subject: [PATCH 3/6] Scala-Steward: Update pekko-grpc-sbt-plugin from 1.0.0 to 1.0.2 --- examples/pekko-persistence-app/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pekko-persistence-app/project/plugins.sbt b/examples/pekko-persistence-app/project/plugins.sbt index 6c1c48f2..20f0dcce 100644 --- a/examples/pekko-persistence-app/project/plugins.sbt +++ b/examples/pekko-persistence-app/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.ApacheMavenSnapshotsRepo -val pekkoGrpcSbtPluginVersion = "1.0.0" +val pekkoGrpcSbtPluginVersion = "1.0.2" addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % pekkoGrpcSbtPluginVersion) From e3027404fe60a4d20edc0f48d244f9b169bb39f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:48 +0000 Subject: [PATCH 4/6] Scala-Steward: Update pekko-http from 1.0.1 to 1.1.0-M1 --- examples/pekko-persistence-app/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pekko-persistence-app/build.sbt b/examples/pekko-persistence-app/build.sbt index 067990a3..f1e630b1 100644 --- a/examples/pekko-persistence-app/build.sbt +++ b/examples/pekko-persistence-app/build.sbt @@ -23,7 +23,7 @@ Global / cancelable := false // ctrl-c ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo val pekkoVersion = "1.0.3-M1" -val pekkoHttpVersion = "1.0.1" +val pekkoHttpVersion = "1.1.0-M1" val pekkoHttp2SupportVersion = "0.0.0+4272-045c925b-SNAPSHOT" val pekkoManagementVersion = "1.0.0" val pekkoPersistenceJdbcVersion = "1.0.0" From dd6c0b5e21b7492439d11f67c2413ae5d58433af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:48 +0000 Subject: [PATCH 5/6] Scala-Steward: Update pekko-http-cors from 1.0.1 to 1.1.0-M1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c8f804ee..66d22668 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val pekkoProjectionVersion = "1.0.0" val pekkoGrpcRuntimeVersion = "1.0.3-M1" - val pekkoHttpCorsVersion = "1.0.1" + val pekkoHttpCorsVersion = "1.1.0-M1" val pekkoVersion = "1.0.3-M1" val borerVersion = "1.8.0" val circeYamlVersion = "1.15.0" From e9fae8f1523ff7d48ac784974e5100041796a3fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 21:58:48 +0000 Subject: [PATCH 6/6] Scala-Steward: Update pekko-persistence-query from 1.0.2 to 1.0.3-M1 --- examples/pekko-persistence-app/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pekko-persistence-app/project/plugins.sbt b/examples/pekko-persistence-app/project/plugins.sbt index 20f0dcce..46c3e874 100644 --- a/examples/pekko-persistence-app/project/plugins.sbt +++ b/examples/pekko-persistence-app/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.ApacheMavenSnapshotsRepo -val pekkoGrpcSbtPluginVersion = "1.0.2" +val pekkoGrpcSbtPluginVersion = "1.0.3-M1" addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % pekkoGrpcSbtPluginVersion)