Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.13 to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed May 5, 2024
1 parent f43f56c commit 65669bd
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.19, 2.13.13]
scala: [2.12.19, 2.13.14]
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.1]
exclude:
- spark: 2.4.1
scala: 2.13.13
scala: 2.13.14
- spark: 2.4.7
scala: 2.13.13
scala: 2.13.14
- spark: 2.4.8
scala: 2.13.13
scala: 2.13.14
- spark: 3.0.1
scala: 2.13.13
scala: 2.13.14
- spark: 3.0.3
scala: 2.13.13
scala: 2.13.14
- spark: 3.1.1
scala: 2.13.13
scala: 2.13.14
- spark: 3.1.2
scala: 2.13.13
scala: 2.13.14
- spark: 3.1.3
scala: 2.13.13
scala: 2.13.14
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 @@ -139,7 +139,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
}
}

val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala212 = "2.12.19"
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 65669bd

Please sign in to comment.