From cdb78ed34d2eee707b49ecb1952292c8278c5a7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 03:40:30 +0000 Subject: [PATCH] Update scala-reflect 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 b35cd692..22f402e9 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.13, 3.3.1] + scala: [2.12.19, 2.13.14, 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 6943809c..3c1cdc5c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212 = "2.12.19" -val scala213 = "2.13.13" +val scala213 = "2.13.14" val scala3 = "3.3.1" lazy val commonSettings = Seq(