From 5c937f13a01f1ac2435a6088812159f413ffac60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:25:43 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.16 --- .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 ae8280730..7618a17db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15] + scala: [2.13.16] java: [temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: @@ -75,7 +75,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15] + scala: [2.13.16] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Commons.scala b/project/Commons.scala index 9a7e0203e..764db0c39 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -68,7 +68,7 @@ object Commons extends ProjectGroup("commons") { Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")), ), - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", compileOrder := CompileOrder.Mixed, githubWorkflowTargetTags ++= Seq("v*"),