From 8680a8e7ddf7a9325381bee5940a213d86be0a61 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 18:03:30 +0000 Subject: [PATCH] Update scala-library 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 4b5cd6d4..d941d041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [adopt-hotspot@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f8937748..3e25c315 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map( "sbt-plugin-1_0_0" -> List(JVMPlatform) ) -val Scala212 = "2.12.19" +val Scala212 = "2.12.20" /// sbt-github-actions configuration