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 7f21326f Update pekko snapshot
7f21326f is described below
commit 7f21326fc51ed09dd420e74679a90d6129d5eae1
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat Mar 25 11:29:02 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 | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index a99b90c9..ea8af879 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+26621-44d03df6-SNAPSHOT"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26623-85c2a469-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 6a73e83d..9a22743d 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+26621-44d03df6-SNAPSHOT"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:0.0.0+26623-85c2a469-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 d5aa71d1..a1222ce8 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+26621-44d03df6-SNAPSHOT</pekko.version>
+ <pekko.version>0.0.0+26623-85c2a469-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 d06e478a..3a096c1d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,9 +25,9 @@ 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+26621-44d03df6-SNAPSHOT"
+ val pekko = "0.0.0+26623-85c2a469-SNAPSHOT"
val akkaBinary = "2.6"
- val pekkoHttp = "0.0.0+4298-26846a02-SNAPSHOT"
+ val pekkoHttp = "0.0.0+4334-7826b8b0-SNAPSHOT"
val akkaHttpBinary = "10.2"
val grpc = "1.48.1" // checked synced by VersionSyncCheckPlugin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]