From 8871a2a38bd8319ca5de906796feaf58e1bbea5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 06:53:00 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- .github/workflows/feature.yml | 2 +- .github/workflows/main.yml | 2 +- build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index bb17a7d..bef49aa 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.12.11, 2.13.2] + scala: [2.12.19, 2.13.2] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07c8330..c4f6360 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.12.11, 2.13.2] + scala: [2.12.19, 2.13.2] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/build.sbt b/build.sbt index 61ba0ae..dcd7933 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val buildSettings = inThisBuild( ) lazy val coreSettings = Seq( - crossScalaVersions := scalaVersion.value :: "2.12.11" :: Nil, + crossScalaVersions := scalaVersion.value :: "2.12.19" :: Nil, libraryDependencies ++= Seq( scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided", "com.chuusai" %%% "shapeless" % "2.3.3",