This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-http-quickstart-scala.g8.git
commit 03b7c413661e8f7593ab1b48f8d24434873370e4 Author: PJ Fanning <[email protected]> AuthorDate: Thu Jan 15 21:40:11 2026 +0100 Update Scala version in CI workflow to 2.13.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]
