Skip to content

Commit b65b4d7

Browse files
authored
Merge pull request blemale#444 from scala-steward/update/scala3-library-3.3.6
Update scala3-library to 3.3.6
2 parents 6c0260c + 37e3366 commit b65b4d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
scala: ["2.12.20", "2.13.15", "3.3.5"]
8+
scala: ["2.12.20", "2.13.15", "3.3.6"]
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: coursier/cache-action@v6

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inThisBuild(
2020
)
2121

2222
scalaVersion := "2.12.20"
23-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.5")
23+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.6")
2424

2525
libraryDependencies ++=
2626
Seq(

0 commit comments

Comments
 (0)