From 26788ca68337925fba4669349c0741043a5efe9e Mon Sep 17 00:00:00 2001 From: sh0hei Date: Tue, 9 Nov 2021 15:18:09 +0900 Subject: [PATCH 1/2] Update scala versions --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4fd06f..e0fbcde 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import ReleaseTransformations._ val Scala211 = "2.11.12" val NativeCond = s"matrix.scala == '$Scala211'" -ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.13", "2.13.5") +ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.15", "2.13.7") ThisBuild / scalaVersion := Scala211 ThisBuild / githubWorkflowPublishTargetBranches := Seq() From 180a785ba703fa2ea1550a588a9f72d9f2eb98ff Mon Sep 17 00:00:00 2001 From: sh0hei Date: Tue, 9 Nov 2021 15:18:56 +0900 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309c933..4824d15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.13, 2.13.5] + scala: [2.11.12, 2.12.15, 2.13.7] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: