Skip to content

Commit

Permalink
Update Scala to 2.13.14 (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored May 30, 2024
1 parent 187b206 commit 300417c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ 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.13, 2.13.14, 3.3.0]
include:
- OS: windows-latest
JDK: 8
SCALA: 2.13.13
SCALA: 2.13.14
- OS: macos-12
JDK: 8
SCALA: 2.13.13
SCALA: 2.13.14
- OS: ubuntu-latest
JDK: 17
SCALA: 2.12.19
Expand Down
3 changes: 2 additions & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ object Deps {
object ScalaVersions {
def scala3Latest = "3.3.1"
def scala3Compat = "3.3.0"
def scala213 = "2.13.13"
def scala213 = "2.13.14"
def scala212 = "2.12.19"
val binaries = Seq(scala3Compat, scala213, scala212)
val scala2Binaries = Seq(scala213, scala212)
val all = Seq(
scala3Latest,
scala3Compat,
scala213,
"2.13.13",
"2.13.12",
"2.13.11",
"2.13.10",
Expand Down

0 comments on commit 300417c

Please sign in to comment.