Skip to content

Commit

Permalink
chore: Update scala-library from 2.12.18 to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Mar 15, 2024
1 parent f74995b commit 48c19ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.13]
scala: [2.12.19, 2.13.13]
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.2, 3.5.1]
exclude:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.18]
scala: [2.12.19]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
}

val scala213 = "2.13.13"
val scala212 = "2.12.18"
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")
val spark31 = List("3.1.1", "3.1.2", "3.1.3")
Expand Down

0 comments on commit 48c19ac

Please sign in to comment.