From 8fd5ab0daef4ac6179c91555374e71c7d99b9eb0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 02:10:22 +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 106b2dd..2d799e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.0] + scala: [2.12.19, 2.13.10, 3.2.0] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 5355bd4..2d38cc3 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val compilerPlugins = List( val Scala213 = "2.13.10" ThisBuild / scalaVersion := Scala213 -ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.2.0") +ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.2.0") Global / onChangedBuildSource := ReloadOnSourceChanges