Skip to content

Commit 38825ee

Browse files
authored
Merge pull request #60 from com-lihaoyi/publish-scala-2.11
Publish for Scala 2.11
2 parents 8da5718 + 85f33dc commit 38825ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java-version: 8
1717
- name: Run tests
18-
run: ./mill -i -j $(nproc) __.publishArtifacts __.test
18+
run: ./mill -i __.publishArtifacts __.test
1919

2020
publish-sonatype:
2121
if: github.repository == 'com-lihaoyi/PPrint' && contains(github.ref, 'refs/tags/')

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
55

66
val dottyVersions = sys.props.get("dottyVersion").toList
77

8-
val scalaVersions = "2.12.13" :: "2.13.4" :: "3.0.0-RC1" :: dottyVersions
8+
val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC1" :: dottyVersions
99
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
1010

1111
val scalaJSVersions = for {

0 commit comments

Comments
 (0)