Skip to content

Commit

Permalink
Update Scala to 2.12.19 / 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 28, 2024
1 parent f822e1b commit 4ae6817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.18, 2.13.12]
scala: [2.12.19, 2.13.14]
os: [ubuntu-latest]
java: [11, 8]
steps:
Expand Down
7 changes: 5 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ lazy val Version = new {
"2.13.9",
"2.13.10",
"2.13.11",
"2.13.12"
"2.13.12",
"2.13.13",
"2.13.14"
)
val scala212Versions = Seq(
"2.12.15",
"2.12.16",
"2.12.17",
"2.12.18"
"2.12.18",
"2.12.19"
)
def scala213 = scala213Versions.last
def scala212 = scala212Versions.last
Expand Down

0 comments on commit 4ae6817

Please sign in to comment.