Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 30, 2024
1 parent 904e600 commit 996f315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
OS: [ubuntu-latest]
JDK: [8]
SCALA: [2.12.18, 2.12.19, 2.13.12, 2.13.13, 3.3.0]
SCALA: [2.12.18, 2.12.19, 2.13.12, 2.13.13, 3.3.3]
include:
- OS: windows-latest
JDK: 8
Expand Down
2 changes: 2 additions & 0 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ object ScalaVersions {
val scala2Binaries = Seq(scala213, scala212)
val all = Seq(
scala3Latest,
"3.3.2",
"3.3.1",
scala3Compat,
scala213,
"2.13.12",
Expand Down

0 comments on commit 996f315

Please sign in to comment.