From b98117a950a010e12aa422d28906378233287994 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 06:45:08 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f676efb1..50536f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.19, 2.13.13, 3.2.2] + scala: [2.12.19, 2.13.14, 3.2.2] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -84,7 +84,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 14bf10c6..be8e5930 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / versionScheme := Some("always") Global / onChangedBuildSource := ReloadOnSourceChanges -lazy val scalaVersion213 = "2.13.13" +lazy val scalaVersion213 = "2.13.14" lazy val scalaVersion3 = "3.2.2" ThisBuild / scalaVersion := scalaVersion213 ThisBuild / crossScalaVersions := Seq("2.12.19", scalaVersion213, scalaVersion3)