From 60f45e55bc9973efa8042ca615a015ab66891a1b Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:27:36 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- .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 e130c98..b2ee888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.1.2] + scala: [2.12.19, 2.13.7, 3.1.2] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index cc353e5..f47c912 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true val Scala213 = "2.13.7" -ThisBuild / crossScalaVersions := Seq("2.12.15", Scala213, "3.1.2") +ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.1.2") ThisBuild / scalaVersion := Scala213 ThisBuild / testFrameworks += new TestFramework("munit.Framework")