From 7e0c7c3db492127a9745d90742156c971e4a63e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 13:10:50 +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 b34a0b2..eb421b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 15e1265..97298a5 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / tlFatalWarnings := false // publish website from this branch //ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.11" +val Scala213 = "2.13.12" ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.1") ThisBuild / scalaVersion := Scala213 // the default Scala