From 66e0a977e073ab54f3f41df42d57afa870ff2fc0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Sep 2021 06:31:19 +0200 Subject: [PATCH] Update scala3-library, ... to 3.0.2 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db4bf3b..a7bcec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.1] + scala: [2.12.14, 2.13.6, 3.0.2] java: [adopt@1.8] ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS] runs-on: ${{ matrix.os }} @@ -75,7 +75,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.1] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a443f50..64e9afc 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some( // build and matrix configuration -ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.1") +ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2") ThisBuild / githubWorkflowBuildPreamble ++= Seq( WorkflowStep.Use(