We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da5718 + 85f33dc commit 38825eeCopy full SHA for 38825ee
.github/workflows/actions.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 8
17
- name: Run tests
18
- run: ./mill -i -j $(nproc) __.publishArtifacts __.test
+ run: ./mill -i __.publishArtifacts __.test
19
20
publish-sonatype:
21
if: github.repository == 'com-lihaoyi/PPrint' && contains(github.ref, 'refs/tags/')
build.sc
@@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
5
6
val dottyVersions = sys.props.get("dottyVersion").toList
7
8
-val scalaVersions = "2.12.13" :: "2.13.4" :: "3.0.0-RC1" :: dottyVersions
+val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC1" :: dottyVersions
9
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
10
11
val scalaJSVersions = for {
0 commit comments