From 72cfd126214601543fd37afa51ddcc22702db4e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 11:47:04 +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 b381cdf..ca4626d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -182,7 +182,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -221,7 +221,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 06d2bd8..54ca092 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main") // use JDK 11 ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11")) -val Scala213 = "2.13.10" +val Scala213 = "2.13.11" ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.0") ThisBuild / scalaVersion := Scala213 // the default Scala