From 8753195c00af9227de58d0ef115cde45c00c298b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Sep 2021 02:45:29 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.15 --- .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..758ba23 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.15, 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..059ecae 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.15, 2.13.2] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/build.sbt b/build.sbt index 61ba0ae..e818bda 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.15" :: Nil, libraryDependencies ++= Seq( scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided", "com.chuusai" %%% "shapeless" % "2.3.3",