From b62ef974c7c748f06e07fb12396f0250378e0827 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 13:45:35 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- .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 ed74f90d..c2272bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.1] + scala: [2.12.17, 2.13.12, 3.2.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6ca6851f..ee64a08e 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / mimaFailOnNoPrevious := false val mimaPreviousVersion = "2.2.0" lazy val Scala212 = "2.12.17" -lazy val Scala213 = "2.13.10" +lazy val Scala213 = "2.13.12" lazy val Scala3 = "3.2.1" ThisBuild / scalaVersion := Scala212