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/incubator-pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 28aeac7f upgrade scala (#240)
28aeac7f is described below

commit 28aeac7f24b5e3eaf707c3aa39879fb602a7fe23
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 8 17:41:30 2024 +0100

    upgrade scala (#240)
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cb992539..134540f3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -16,9 +16,9 @@ import buildinfo.BuildInfo
 object Dependencies {
   object Versions {
     // Update the .github workflows when these scala versions change
-    val scala212 = "2.12.18"
-    val scala213 = "2.13.12"
-    val scala3 = "3.3.1"
+    val scala212 = "2.12.19"
+    val scala213 = "2.13.13"
+    val scala3 = "3.3.3"
 
     // the order in the list is important because the head will be considered 
the default.
     val CrossScalaForLib = Seq(scala212, scala213, scala3)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to