From db4e07b877917531e71fe4b58db4370cc5c6b100 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:51:08 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- .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 9378f961..d0667cd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,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 27b318ad..45ce5ef1 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._ ThisBuild / tlBaseVersion := "0.3" val scala212Version = "2.12.17" -val scala213Version = "2.13.10" +val scala213Version = "2.13.11" val scala30Version = "3.2.2" val collectionCompatVersion = "2.10.0"