This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new b62c2cb5 Update pekko snapshot
b62c2cb5 is described below
commit b62c2cb5fd77b61c0205f1eaba11337c4471d25b
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Mar 20 10:43:51 2023 +0100
Update pekko snapshot
---
plugin-tester-java/build.gradle | 2 +-
plugin-tester-scala/build.gradle | 2 +-
plugin-tester-scala/pom.xml | 2 +-
project/Dependencies.scala | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index 71fb0fcc..5f4888dc 100644
--- a/plugin-tester-java/build.gradle
+++ b/plugin-tester-java/build.gradle
@@ -23,7 +23,7 @@ def scalaBinaryVersion =
"${scalaVersion.major}.${scalaVersion.minor}"
dependencies {
implementation group: 'ch.megard', name:
"pekko-http-cors_${scalaBinaryVersion}", version: '0.0.0-SNAPSHOT'
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
- testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26599-83545a33-SNAPSHOT"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26621-44d03df6-SNAPSHOT"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.15"
testImplementation
"org.scalatestplus:junit-4-12_${scalaBinaryVersion}:3.2.2.0"
}
diff --git a/plugin-tester-scala/build.gradle b/plugin-tester-scala/build.gradle
index 59d6e440..04596dc5 100644
--- a/plugin-tester-scala/build.gradle
+++ b/plugin-tester-scala/build.gradle
@@ -18,7 +18,7 @@ def scalaBinaryVersion =
"${scalaVersion.major}.${scalaVersion.minor}"
dependencies {
implementation group: 'ch.megard', name:
"pekko-http-cors_${scalaBinaryVersion}", version: '0.0.0-SNAPSHOT'
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
- testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26599-83545a33-SNAPSHOT"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26621-44d03df6-SNAPSHOT"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.12"
testImplementation
"org.scalatestplus:junit-4-12_${scalaBinaryVersion}:3.2.2.0"
}
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 09b51098..d5aa71d1 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -13,7 +13,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <pekko.version>0.0.0+26599-83545a33-SNAPSHOT</pekko.version>
+ <pekko.version>0.0.0+26621-44d03df6-SNAPSHOT</pekko.version>
<pekko.http.cors.version>0.0.0-SNAPSHOT</pekko.http.cors.version>
<grpc.version>1.48.1</grpc.version> <!-- checked synced by
VersionSyncCheckPlugin -->
<project.encoding>UTF-8</project.encoding>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5d51a984..51d1deec 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
// We don't force Akka updates because downstream projects can upgrade
// themselves. For more information see
//
https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
- val pekko = "0.0.0+26599-83545a33-SNAPSHOT"
+ val pekko = "0.0.0+26621-44d03df6-SNAPSHOT"
val akkaBinary = "2.6"
val pekkoHttp = "0.0.0+4298-26846a02-SNAPSHOT"
val akkaHttpBinary = "10.2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]