We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2397f5a commit 4637f81Copy full SHA for 4637f81
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ jobs:
7
fail-fast: false
8
matrix:
9
OS: [ubuntu-18.04, windows-2019]
10
- scala: [2.12.15, 2.13.7, 3.1.0]
+ scala: [2.12.15, 2.13.8, 3.1.0]
11
steps:
12
- uses: actions/checkout@v2
13
- uses: olafurpg/setup-scala@v13
build.sbt
@@ -1,5 +1,5 @@
1
val crossScalaVersions212 = (13 to 15).map(v => s"2.12.$v")
2
-val crossScalaVersions213 = (4 to 7).map(v => s"2.13.$v")
+val crossScalaVersions213 = (4 to 8).map(v => s"2.13.$v")
3
val crossScalaVersions3 = Seq("3.1.0")
4
val latestsScalaVersions =
5
Seq(crossScalaVersions212, crossScalaVersions213, crossScalaVersions3).map(
0 commit comments