From 9b2e86a00d30246828c848fa0fd7c3566f1fa6e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:37:11 +0000 Subject: [PATCH] Update scala-reflect to 2.13.15 --- .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 22f402e9..b4d0985f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: java: [8, 21] - scala: [2.12.19, 2.13.14, 3.3.1] + scala: [2.12.19, 2.13.15, 3.3.1] postgres: [11, 12, 13, 14] name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }}) runs-on: ubuntu-latest diff --git a/build.sbt b/build.sbt index 64510d8a..3cb6bde7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212 = "2.12.19" -val scala213 = "2.13.14" +val scala213 = "2.13.15" val scala3 = "3.3.1" lazy val commonSettings = Seq(