From 2b3aa8f1755c9f524b800b45ae1a504dd30d8024 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:13:47 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- .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..ecff43e7 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.20, 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 64510d8a..0eb930c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala213 = "2.13.14" val scala3 = "3.3.1"