Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 5bca7f4 commit 6385e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
matrix:
OS: [ubuntu-latest]
JDK: [8]
SCALA: [2.12.18, 2.12.19, 2.13.13, 2.13.14, 3.3.3, 3.4.2]
SCALA: [2.12.18, 2.12.19, 2.13.13, 2.13.15, 3.3.3, 3.4.2]
include:
- OS: windows-latest
JDK: 8
SCALA: 2.13.14
SCALA: 2.13.15
- OS: macos-12
JDK: 8
SCALA: 2.13.14
SCALA: 2.13.15
- OS: ubuntu-latest
JDK: 17
SCALA: 2.13.14
SCALA: 2.13.15
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object Deps {
object ScalaVersions {
def scala3Latest = "3.4.2"
def scala3Compat = "3.3.0"
def scala213 = "2.13.14"
def scala213 = "2.13.15"
def scala212 = "2.12.19"
val binaries = Seq(scala3Compat, scala213, scala212)
val scala2Binaries = Seq(scala213, scala212)
Expand Down

0 comments on commit 6385e63

Please sign in to comment.