Skip to content

Commit

Permalink
Update Scala to 2.13.13 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 30, 2024
1 parent 1d03567 commit 75dcda6
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.17, 2.12.18, 2.13.11, 2.13.12, 3.3.0]
SCALA: [2.12.17, 2.12.18, 2.13.12, 2.13.13, 3.3.0]
include:
- OS: windows-latest
JDK: 8
SCALA: 2.13.12
SCALA: 2.13.13
- OS: macos-12
JDK: 8
SCALA: 2.13.12
SCALA: 2.13.13
- OS: ubuntu-latest
JDK: 17
SCALA: 2.12.18
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.12"
def scala213 = "2.13.13"
def scala212 = "2.12.18"
val binaries = Seq(scala3Compat, scala213, scala212)
val scala2Binaries = Seq(scala213, scala212)
val all = Seq(
scala3Latest,
scala3Compat,
scala213,
"2.13.12",
"2.13.11",
"2.13.10",
scala212,
Expand Down

0 comments on commit 75dcda6

Please sign in to comment.