From 077f0429b5bcd2e099d8122f29ab811ed8579226 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 12:42:11 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- .github/workflows/ci.yml | 2 +- project/Settings.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b98f6..8d7f1cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: ["2.12.19", "2.13.14"] + SCALA_VERSION: ["2.12.20", "2.13.14"] steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 diff --git a/project/Settings.scala b/project/Settings.scala index 765b1b1..cd21d30 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -81,7 +81,7 @@ object Settings { (Compile / sourceGenerators) += customSourceGenerators.taskValue ) - private val scala212 = "2.12.19" + private val scala212 = "2.12.20" private val scala213 = "2.13.14" private lazy val isAtLeastScala213 = Def.setting {