From f15945b8e3e6b5ed3b731dc2d92b01c736ebc231 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 02:46:55 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.13 --- .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..243edac 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.13, 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..ee3fdb7 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.13, 2.13.2] steps: - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v5 diff --git a/build.sbt b/build.sbt index fe0e774..e9f2873 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.13" :: Nil, libraryDependencies ++= Seq( scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided", "com.chuusai" %%% "shapeless" % "2.3.3",