From f37097d3b42f5c9e7318043f0772099e4e8c49e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Feb 2025 21:45:56 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 --- .github/workflows/scala.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index e3f8175..1f90150 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.15, 3.3.4] + scala: [2.12.20, 2.13.16, 3.3.4] steps: - uses: actions/checkout@v4 diff --git a/build.sbt b/build.sbt index 66b8e31..27567b7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val scala212 = "2.12.20" -lazy val scala213 = "2.13.15" +lazy val scala213 = "2.13.16" lazy val scala3 = "3.3.5" ThisBuild / scalaVersion := scala3