From 9c36bfd9d997d220368cff975bdaf2fc46c34913 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:32:09 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .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 54630e86..97943b05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.14] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 970366a3..d3d75e79 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.19" -val scala213Version = "2.13.13" +val scala213Version = "2.13.14" val scala30Version = "3.3.3" val collectionCompatVersion = "2.11.0"