This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 5b863d34 run scala3 tests explicitly (#567)
5b863d34 is described below
commit 5b863d345bedd9083eb0be55bfb0985b128e4432
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 11 12:36:11 2025 +0100
run scala3 tests explicitly (#567)
---
.github/workflows/build-test.yml | 2 ++
sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt | 4 +---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index f9808bef..92aed57b 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -118,6 +118,8 @@ jobs:
include:
- test-set: gen-scala-server
scala-version: 2.13
+ - test-set: scala3
+ scala-version: 3.3
- test-set: gen-java
scala-version: 2.13
steps:
diff --git a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
index 90fc72d9..68e19369 100644
--- a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
+++ b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt
@@ -7,12 +7,10 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/
-scalaVersion := "3.3.0"
+scalaVersion := "3.3.7"
scalacOptions += "-Xfatal-warnings"
-scalaVersion := "2.13.18"
-
enablePlugins(PekkoGrpcPlugin)
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]