Skip to content

Commit 7c0e4b9

Browse files
authored
Merge pull request #16 from scala-steward/update/scala3-library-3.0.2
2 parents df2f4d8 + 66e0a97 commit 7c0e4b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.12.14, 2.13.6, 3.0.1]
29+
scala: [2.12.14, 2.13.6, 3.0.2]
3030
3131
ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
3232
runs-on: ${{ matrix.os }}
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest]
78-
scala: [3.0.1]
78+
scala: [3.0.2]
7979
8080
runs-on: ${{ matrix.os }}
8181
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some(
4545

4646
// build and matrix configuration
4747

48-
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.1")
48+
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2")
4949

5050
ThisBuild / githubWorkflowBuildPreamble ++= Seq(
5151
WorkflowStep.Use(

0 commit comments

Comments
 (0)