From 7aa2766f5a5165eebdb5766d8d5a4f0c38099115 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 18:06:05 +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 a6b045b..c07ae3a 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: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5dd8040..26b7ebf 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ // This build is for this Giter8 template. // To test the template run `g8` or `g8Test` from the sbt session. // See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details. -lazy val scalaVersions = Seq("2.12.19") +lazy val scalaVersions = Seq("2.12.20") lazy val root = project .in(file(".")) .settings(