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 799b107e run maven and gradle tests with scala 2.13 (#512)
799b107e is described below
commit 799b107e34b986bd9ade0965c426e430b2ddc4f2
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Sep 18 08:22:16 2025 +0100
run maven and gradle tests with scala 2.13 (#512)
* run gradle tests with scala 2.13
* run maven tests using Scala 2.13
---
plugin-tester-java/build.gradle | 2 +-
plugin-tester-java/pom.xml | 4 ++--
plugin-tester-scala/build.gradle | 2 +-
plugin-tester-scala/pom.xml | 8 ++++----
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index 0132dad8..0234c699 100644
--- a/plugin-tester-java/build.gradle
+++ b/plugin-tester-java/build.gradle
@@ -24,7 +24,7 @@ repositories {
mavenLocal()
}
-def scalaFullVersion = "2.12.20"
+def scalaFullVersion = "2.13.16"
def scalaVersion = org.gradle.util.VersionNumber.parse(scalaFullVersion)
def scalaBinaryVersion = "${scalaVersion.major}.${scalaVersion.minor}"
diff --git a/plugin-tester-java/pom.xml b/plugin-tester-java/pom.xml
index a956e820..0dd491d4 100644
--- a/plugin-tester-java/pom.xml
+++ b/plugin-tester-java/pom.xml
@@ -32,12 +32,12 @@
<dependencies>
<dependency>
<groupId>org.apache.pekko</groupId>
- <artifactId>pekko-grpc-runtime_2.12</artifactId>
+ <artifactId>pekko-grpc-runtime_2.13</artifactId>
<version>${pekko.grpc.project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
- <artifactId>pekko-http-cors_2.12</artifactId>
+ <artifactId>pekko-http-cors_2.13</artifactId>
<version>${pekko.http.version}</version>
</dependency>
diff --git a/plugin-tester-scala/build.gradle b/plugin-tester-scala/build.gradle
index b3469433..36f70a0f 100644
--- a/plugin-tester-scala/build.gradle
+++ b/plugin-tester-scala/build.gradle
@@ -19,7 +19,7 @@ repositories {
mavenLocal()
}
-def scalaFullVersion = "2.12.20"
+def scalaFullVersion = "2.13.16"
def scalaVersion = org.gradle.util.VersionNumber.parse(scalaFullVersion)
def scalaBinaryVersion = "${scalaVersion.major}.${scalaVersion.minor}"
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 839a29c0..0bd6e41c 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -31,25 +31,25 @@
<dependencies>
<dependency>
<groupId>org.apache.pekko</groupId>
- <artifactId>pekko-grpc-runtime_2.12</artifactId>
+ <artifactId>pekko-grpc-runtime_2.13</artifactId>
<version>${pekko.grpc.project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
- <artifactId>pekko-http-cors_2.12</artifactId>
+ <artifactId>pekko-http-cors_2.13</artifactId>
<version>${pekko.http.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
- <artifactId>pekko-stream-testkit_2.12</artifactId>
+ <artifactId>pekko-stream-testkit_2.13</artifactId>
<version>${pekko.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_2.12</artifactId>
+ <artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]