This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 6b2d34c7 scala 3.8.4 build (#768)
6b2d34c7 is described below
commit 6b2d34c7f98885259253395802e36123b8eeaab4
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jul 2 14:30:33 2026 +0100
scala 3.8.4 build (#768)
---
plugin-tester-scala/pom.xml | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 48ea0e8d..4830280c 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -102,7 +102,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <version>4.9.5</version>
+ <version>4.9.10</version>
<executions>
<execution>
<goals>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b39fb43c..832f9a64 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
val scala212 = "2.12.21"
val scala213 = "2.13.18"
val scala3 = "3.3.8"
- val scala3_8 = "3.8.3"
+ val scala3_8 = "3.8.4"
// the order in the list is important because the head will be considered
the default.
val CrossScalaForLib = Seq(scala213, scala3)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]