Skip to content

Commit 7fbe516

Browse files
authored
Merge pull request #25 from scala-steward/update/scala-library-2.12.15
2 parents 3906866 + 47cb9fa commit 7fbe516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.11.12, 2.12.14, 2.13.7, 3.0.2]
29+
scala: [2.11.12, 2.12.15, 2.13.7, 3.0.2]
3030
java: [temurin@11]
3131
ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
3232
runs-on: ${{ matrix.os }}

Diff for: build.sbt

+1-1
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.11.12", "2.12.14", "2.13.7", "3.0.2")
48+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7", "3.0.2")
4949

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

0 commit comments

Comments
 (0)