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-http-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 817ad8c  Update Scala version in CI workflow to 2.13.18 (#18)
817ad8c is described below

commit 817ad8ccc19daf2926bd9f4fcaf3897530a27665
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 20 20:14:24 2026 +0100

    Update Scala version in CI workflow to 2.13.18 (#18)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ef7d539..5b5cb72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
 
       - name: generate and test, Scala 2.13
         run: |-
-          sbt new file://$PWD --name=hello-world --scala_version=2.13.17 
--force && pushd hello-world &&  sbt test
+          sbt new file://$PWD --name=hello-world --scala_version=2.13.18 
--force && pushd hello-world &&  sbt test


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

Reply via email to