Skip to content

Commit 5316668

Browse files
committed
Update scala-library to 2.13.18 and scala3-library to 3.3.7
1 parent 521270f commit 5316668

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
scala:
14-
- 2.13.16
15-
- 3.3.5
14+
- 2.13.18
15+
- 3.3.7
1616

1717
steps:
1818
- uses: actions/checkout@v3

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inThisBuild(Seq(
1818
startYear := Some(2019),
1919
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
2020

21-
crossScalaVersions := Seq("2.13.16", "3.3.5"),
21+
crossScalaVersions := Seq("2.13.18", "3.3.7"),
2222

2323
versionScheme := Some("semver-spec"),
2424

0 commit comments

Comments
 (0)