Skip to content

Commit

Permalink
Merge pull request #59 from cb372/add-more-scala-3-versions
Browse files Browse the repository at this point in the history
Add recent Scala 3 versions
  • Loading branch information
cb372 authored Dec 11, 2024
2 parents f400d6e + 6c0958d commit 1797fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- 2.13.13
- 2.13.14
- 2.13.15
- 3.3.3
- 3.4.2
- 3.3.4
- 3.4.3
- 3.5.2
- 3.6.2
java:
- 11
- 17
Expand Down
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys._
import sbt._

scalaVersion := "2.13.4"
val scala3 = "3.4.2"
val scala3 = "3.6.2"
crossScalaVersions := List(
"2.11.12",
"2.12.15",
Expand All @@ -14,7 +14,9 @@ crossScalaVersions := List(
"2.13.13",
"2.13.14",
"2.13.15",
"3.3.3",
"3.3.4",
"3.4.3",
"3.5.2",
scala3
)

Expand Down

0 comments on commit 1797fe4

Please sign in to comment.