From 7164965cec45f67fee2cefc8cd7af198dfe401de Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Sep 2023 04:30:25 +0000 Subject: [PATCH] Update scala-reflect to 2.13.12 --- .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 ccbc3a6f..3de36825 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.11] + scala: [2.12.18, 2.13.12] 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 81e816df..74fec46a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212 = "2.12.18" -val scala213 = "2.13.11" +val scala213 = "2.13.12" lazy val commonSettings = Seq( organizationName := "slick-pg",