From 044f744f5d19d67971f44c55818b9f7c41512f71 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:30:53 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 (#80) --- .github/workflows/ci.yml | 2 +- project/BuildHelper.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc1014..08ce3a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 3.5.1] + scala: [2.13.15, 3.5.1] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index 81f7a08..42ec55d 100644 --- a/project/BuildHelper.scala +++ b/project/BuildHelper.scala @@ -24,7 +24,7 @@ object BuildHelper { ) val Scala212 = "2.12.20" - val Scala213 = "2.13.14" + val Scala213 = "2.13.15" val Scala3 = "3.5.1" private def betterMonadicFor(scalaVersion: String) =