Skip to content

Commit

Permalink
Merge pull request #60 from com-lihaoyi/publish-scala-2.11
Browse files Browse the repository at this point in the history
Publish for Scala 2.11
  • Loading branch information
lolgab authored Mar 25, 2021
2 parents 8da5718 + 85f33dc commit 38825ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 8
- name: Run tests
run: ./mill -i -j $(nproc) __.publishArtifacts __.test
run: ./mill -i __.publishArtifacts __.test

publish-sonatype:
if: github.repository == 'com-lihaoyi/PPrint' && contains(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion

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

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
val scala2Versions = scalaVersions.filter(_.startsWith("2."))

val scalaJSVersions = for {
Expand Down

0 comments on commit 38825ee

Please sign in to comment.