Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.11 to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Sep 12, 2023
1 parent e133acb commit 5031c9b
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.18, 2.13.11]
scala: [2.12.18, 2.13.12]
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.3, 3.4.1]
exclude:
- spark: 2.4.1
scala: 2.13.11
scala: 2.13.12
- spark: 2.4.7
scala: 2.13.11
scala: 2.13.12
- spark: 2.4.8
scala: 2.13.11
scala: 2.13.12
- spark: 3.0.1
scala: 2.13.11
scala: 2.13.12
- spark: 3.0.3
scala: 2.13.11
scala: 2.13.12
- spark: 3.1.1
scala: 2.13.11
scala: 2.13.12
- spark: 3.1.2
scala: 2.13.11
scala: 2.13.12
- spark: 3.1.3
scala: 2.13.11
scala: 2.13.12
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 @@ -147,7 +147,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
}
}

val scala213 = "2.13.11"
val scala213 = "2.13.12"
val scala212 = "2.12.18"
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 5031c9b

Please sign in to comment.