From 4ea028105ee8068f45a63bd464cbaa1ec013c416 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:15:48 +0200 Subject: [PATCH] Update scala-library to 2.13.15 (#548) --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d6a82a..1cdeb247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14] + scala: [2.13.15] java: [temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c806d296..8db71f4c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbt.Keys.scalaVersion import sbt.librarymanagement.{CrossVersion, ModuleID} import xerial.sbt.Sonatype.sonatypeCentralHost -val scala213 = "2.13.14" +val scala213 = "2.13.15" lazy val commonSettings = Seq( organization := "nl.grons",