From cce9fef282bc461470c9b5987b49c7e4ae7d8c2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:58:06 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17d2732..d5cac69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: strategy: matrix: include: - - scala-version: '2.12.17' + - scala-version: '2.12.20' sbt-version: '1.5.5' java-version: 8 - - scala-version: '2.12.17' + - scala-version: '2.12.20' sbt-version: '1.5.5' java-version: 11 - - scala-version: '2.12.17' + - scala-version: '2.12.20' sbt-version: '1.5.5' java-version: 17 diff --git a/build.sbt b/build.sbt index ea8beef..3f11b54 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "2.12.17" +ThisBuild / scalaVersion := "2.12.20" ThisBuild / version := { val orig = (ThisBuild / version).value if (orig.endsWith("-SNAPSHOT")) "0.5.0-SNAPSHOT"