Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 58c6f0e commit a871adf
Show file tree
Hide file tree
Showing 2 changed files with 4 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.11, 2.13.14, 3.3.0]
include:
- OS: windows-latest
JDK: 8
SCALA: 2.13.12
SCALA: 2.13.14
- OS: macos-latest
JDK: 8
SCALA: 2.13.12
SCALA: 2.13.14
- OS: ubuntu-latest
JDK: 17
SCALA: 2.12.18
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object ScalaVersions {
def scala3Latest = "3.3.1"
def scala3Compat = "3.3.0"
def cross2_3Version(sv: String) = "2.13.11"
def scala213 = "2.13.12"
def scala213 = "2.13.14"
def scala212 = "2.12.18"
val binaries = Seq(scala3Compat, scala213, scala212)
val all = Seq(
Expand Down

0 comments on commit a871adf

Please sign in to comment.