Skip to content

Commit

Permalink
Merge pull request #25 from scala-steward/update/scala-library-2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak authored Dec 3, 2021
2 parents 3906866 + 47cb9fa commit 7fbe516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.11.12, 2.12.14, 2.13.7, 3.0.2]
scala: [2.11.12, 2.12.15, 2.13.7, 3.0.2]
java: [temurin@11]
ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some(

// build and matrix configuration

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.7", "3.0.2")
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7", "3.0.2")

ThisBuild / githubWorkflowBuildPreamble ++= Seq(
WorkflowStep.Use(
Expand Down

0 comments on commit 7fbe516

Please sign in to comment.