From 879d88552d75cc5f5adeb52ad3198b79b87f7ca1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 07:55:43 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- .github/workflows/scala.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index ebbf06a..e4d2054 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala-version: [2.10.7, 2.11.12, 2.12.18, 2.13.12, 3.1.1] + scala-version: [2.10.7, 2.11.12, 2.12.19, 2.13.12, 3.1.1] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 644ce72..797d014 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ scalacOptions := { } scalaVersion := "2.13.12" -crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.18", "2.13.12", "3.1.1") +crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.12", "3.1.1") libraryDependencies += "org.yaml" % "snakeyaml" % "2.2"