From 1834095be948c952fce75cf70e59ea5461dd5c57 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 13:30:02 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.17 --- .github/workflows/ci.yml | 4 ++-- project/Commons.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74607ccd..d66f930e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.17] java: [temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: @@ -75,7 +75,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.17] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Commons.scala b/project/Commons.scala index 795606515..e7d06bb63 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -65,7 +65,7 @@ object Commons extends ProjectGroup("commons") { Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")), ), - scalaVersion := "2.13.16", + scalaVersion := "2.13.17", compileOrder := CompileOrder.Mixed, githubWorkflowTargetTags ++= Seq("v*"),