Skip to content

Commit

Permalink
Publish for the 3 most recent Scala 2.13.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Dec 11, 2024
1 parent b9772a3 commit 72725f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,9 @@ jobs:
scala:
- 2.11.12
- 2.12.15
- 2.13.0
- 2.13.1
- 2.13.2
- 2.13.3
- 2.13.4
- 2.13.5
- 2.13.6
- 2.13.7
- 2.13.8
- 2.13.13
- 2.13.14
- 2.13.15
- 3.3.3
- 3.4.2
java:
Expand Down
15 changes: 7 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ val scala3 = "3.4.2"
crossScalaVersions := List(
"2.11.12",
"2.12.15",
"2.13.0",
"2.13.1",
"2.13.2",
"2.13.3",
"2.13.4",
"2.13.5",
"2.13.6",
"2.13.7",
"2.13.8",
"2.13.9",
"2.13.10",
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14",
"2.13.15",
"3.3.3",
scala3
)
Expand Down

0 comments on commit 72725f4

Please sign in to comment.