From 010da9feff7f3814f37a0cc5bf2679e24ffbe7dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 06:16:26 +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 ebfa1f2..259c65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - scala: [2.11.12, 2.12.15, 2.13.8] + scala: [2.11.12, 2.12.19, 2.13.8] project: [sql_formatterJVM, sql_formatterJS, sql_formatterNative] coverage: [coverage] coverageReport: [coverageReport] diff --git a/build.sbt b/build.sbt index 5cb6c64..bff71ae 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization in ThisBuild := "com.github.takayahilton" onChangedBuildSource in Global := ReloadOnSourceChanges val Scala211 = "2.11.12" -val Scala212 = "2.12.15" +val Scala212 = "2.12.19" val Scala213 = "2.13.8" lazy val root = project