diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ab81f2..6fba331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.14, 2.13.6, 3.0.2] + scala: [2.11.12, 2.12.14, 2.13.7, 3.0.2] java: [temurin@11] ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 766d87c..5fa3bcb 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some( // build and matrix configuration -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.7", "3.0.2") ThisBuild / githubWorkflowBuildPreamble ++= Seq( WorkflowStep.Use(