From a76504ff08154109e0e0496ae3755d6eea0f41ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 06:41:28 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- .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 3f5ce4f1..722b0906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: java: [8, 11] - scala: [2.12.18, 2.13.12, 3.3.1] + scala: [2.12.19, 2.13.12, 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 fe294375..d9c51bde 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala212 = "2.12.18" +val scala212 = "2.12.19" val scala213 = "2.13.12" val scala3 = "3.3.1"