This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new d3089ce4 build with pekko 1.1 jars (#314)
d3089ce4 is described below

commit d3089ce4fea00668981a0f3a5df4dbcf167b8f60
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 28 12:20:05 2024 +0100

    build with pekko 1.1 jars (#314)
---
 plugin-tester-java/build.gradle   | 4 ++--
 plugin-tester-java/pom.xml        | 2 +-
 plugin-tester-scala/build.gradle  | 4 ++--
 plugin-tester-scala/pom.xml       | 4 ++--
 project/PekkoCoreDependency.scala | 2 +-
 project/PekkoHttpDependency.scala | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index 8f41b7bf..3fa5600d 100644
--- a/plugin-tester-java/build.gradle
+++ b/plugin-tester-java/build.gradle
@@ -29,9 +29,9 @@ def scalaVersion = 
org.gradle.util.VersionNumber.parse(scalaFullVersion)
 def scalaBinaryVersion = "${scalaVersion.major}.${scalaVersion.minor}"
 
 dependencies {
-  implementation group: 'org.apache.pekko', name: 
"pekko-http-cors_${scalaBinaryVersion}", version: '1.0.0'
+  implementation 
"org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:1.1.0-M1"
   implementation "org.scala-lang:scala-library:${scalaFullVersion}"
-  testImplementation 
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.0.2"
+  testImplementation 
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.0-M1"
   testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.18"
   testImplementation 
"org.scalatestplus:junit-4-13_${scalaBinaryVersion}:3.2.18.0"
 }
diff --git a/plugin-tester-java/pom.xml b/plugin-tester-java/pom.xml
index e2991bf8..23c00de6 100644
--- a/plugin-tester-java/pom.xml
+++ b/plugin-tester-java/pom.xml
@@ -24,7 +24,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
     <maven-exec-plugin.version>3.0.0</maven-exec-plugin.version>
-    <pekko.http.version>1.0.1</pekko.http.version>
+    <pekko.http.version>1.1.0-M1</pekko.http.version>
     <grpc.version>1.64.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
     <project.encoding>UTF-8</project.encoding>
   </properties>
diff --git a/plugin-tester-scala/build.gradle b/plugin-tester-scala/build.gradle
index b8f0b3c6..f0aacb0b 100644
--- a/plugin-tester-scala/build.gradle
+++ b/plugin-tester-scala/build.gradle
@@ -24,9 +24,9 @@ def scalaVersion = 
org.gradle.util.VersionNumber.parse(scalaFullVersion)
 def scalaBinaryVersion = "${scalaVersion.major}.${scalaVersion.minor}"
 
 dependencies {
-  implementation group: 'org.apache.pekko', name: 
"pekko-http-cors_${scalaBinaryVersion}", version: '1.0.0'
+  implementation 
"org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:1.1.0-M1"
   implementation "org.scala-lang:scala-library:${scalaFullVersion}"
-  testImplementation 
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.0.2"
+  testImplementation 
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.0-M1"
   testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.18"
   testImplementation 
"org.scalatestplus:junit-4-13_${scalaBinaryVersion}:3.2.18.0"
 }
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index b8a6732c..f8db6c3d 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -22,8 +22,8 @@
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <pekko.version>1.0.2</pekko.version>
-    <pekko.http.version>1.0.1</pekko.http.version>
+    <pekko.version>1.1.0-M1</pekko.version>
+    <pekko.http.version>1.1.0-M1</pekko.http.version>
     <grpc.version>1.64.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
     <project.encoding>UTF-8</project.encoding>
   </properties>
diff --git a/project/PekkoCoreDependency.scala 
b/project/PekkoCoreDependency.scala
index b53552c2..868ac4a4 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -22,5 +22,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
 object PekkoCoreDependency extends PekkoDependency {
   override val checkProject: String = "pekko-cluster-sharding-typed"
   override val module: Option[String] = None
-  override val currentVersion: String = "1.0.2"
+  override val currentVersion: String = "1.1.0-M1"
 }
diff --git a/project/PekkoHttpDependency.scala 
b/project/PekkoHttpDependency.scala
index b2733459..5237ddf4 100644
--- a/project/PekkoHttpDependency.scala
+++ b/project/PekkoHttpDependency.scala
@@ -22,5 +22,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
 object PekkoHttpDependency extends PekkoDependency {
   override val checkProject: String = "pekko-http-testkit"
   override val module: Option[String] = Some("http")
-  override val currentVersion: String = "1.0.1"
+  override val currentVersion: String = "1.1.0-M1"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to