Skip to content

Commit cc09edf

Browse files
authored
Merge pull request #445 from scala-steward/update/scala3-library-3.3.6
Update scala3-library to 3.3.6
2 parents c9ca1a6 + 20d6fac commit cc09edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
scala: [2.12.20, 2.13.16, 3.3.5]
15+
scala: [2.12.20, 2.13.16, 3.3.6]
1616
java: [8, 11, 17]
1717
runs-on: ${{ matrix.os }}
1818
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")
66

77
val commonSettings = Seq(
88
ThisBuild / scalaVersion := "2.12.20",
9-
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5"),
9+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6"),
1010

1111
ThisBuild / parallelExecution := false,
1212
fork := true,

0 commit comments

Comments
 (0)