From d892d22cacc04d62a255f04f07e00f611ce33f4c Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:10:12 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cd71ad..e0bae8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -260,7 +260,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -299,7 +299,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 56f276c..6d3a554 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11")) ThisBuild / tlJdkRelease := Some(8) val Scala212 = "2.12.18" -val Scala213 = "2.13.10" +val Scala213 = "2.13.11" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.0") ThisBuild / scalaVersion := Scala213 // the default Scala