This is an automated email from the ASF dual-hosted git repository.

hepin 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 883d9467 scala 2.13.14 (#320)
883d9467 is described below

commit 883d946799d81cb1c6536a984179b99a5c4c6f53
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 29 20:40:46 2024 +0100

    scala 2.13.14 (#320)
---
 .github/workflows/build-test.yml      | 2 +-
 .github/workflows/publish-nightly.yml | 2 +-
 project/Dependencies.scala            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 63f0af82..4701461c 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -65,7 +65,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        SCALA_VERSION: [2.12.19, 2.13.13, 3.3.3]
+        SCALA_VERSION: [2.12.19, 2.13.14, 3.3.3]
         JAVA_VERSION: [8, 11, 17]
     steps:
       - name: Checkout
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 6995fc1c..3216ec22 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -27,7 +27,7 @@ jobs:
         run: |-
           cp .jvmopts-ci .jvmopts
           sbt +publish
-          sbt ++2.13.13! codegen/publish
+          sbt ++2.13.14! codegen/publish
           sbt ++3.3.3! codegen/publish
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7ead6d12..c1823fa9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
   object Versions {
     // Update the .github workflows when these scala versions change
     val scala212 = "2.12.19"
-    val scala213 = "2.13.13"
+    val scala213 = "2.13.14"
     val scala3 = "3.3.3"
 
     // the order in the list is important because the head will be considered 
the default.


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

Reply via email to