Skip to content

Commit 2fef0d6

Browse files
authored
Merge pull request #61 from scala-steward/update/scala-library-2.12.16
Update scala-library to 2.12.16
2 parents 1a9efca + e0d72da commit 2fef0d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.11.12, 2.12.15, 2.13.7, 3.1.3]
31+
scala: [2.11.12, 2.12.16, 2.13.7, 3.1.3]
3232
java: [temurin@8]
3333
ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
3434
runs-on: ${{ matrix.os }}

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ThisBuild / scmInfo := Some(
4242

4343
// build and matrix configuration
4444

45-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7", "3.1.3")
45+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.16", "2.13.7", "3.1.3")
4646

4747
ThisBuild / githubWorkflowBuildPreamble ++= Seq(
4848
WorkflowStep.Use(

0 commit comments

Comments
 (0)