Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.14 to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Sep 28, 2024
1 parent 0ce6d13 commit 55c4991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.20, 2.13.14]
scala: [2.12.20, 2.13.15]
java: [temurin@8]
spark: [2.4.1, 2.4.7, 2.4.8, 3.0.1, 3.0.3, 3.1.1, 3.1.2, 3.1.3, 3.2.4, 3.3.4, 3.4.1, 3.4.3, 3.5.3]
exclude:
- spark: 2.4.1
scala: 2.13.14
scala: 2.13.15
- spark: 2.4.7
scala: 2.13.14
scala: 2.13.15
- spark: 2.4.8
scala: 2.13.14
scala: 2.13.15
- spark: 3.0.1
scala: 2.13.14
scala: 2.13.15
- spark: 3.0.3
scala: 2.13.14
scala: 2.13.15
- spark: 3.1.1
scala: 2.13.14
scala: 2.13.15
- spark: 3.1.2
scala: 2.13.14
scala: 2.13.15
- spark: 3.1.3
scala: 2.13.14
scala: 2.13.15
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
}
}

val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala212 = "2.12.20"
val spark24 = List("2.4.1", "2.4.7", "2.4.8")
val spark30 = List("3.0.1", "3.0.3")
Expand Down

0 comments on commit 55c4991

Please sign in to comment.