Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Scala 2.13.0 for 1.14.0 #481

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

ashawley
Copy link
Contributor

I verified that the following works locally from sbt:

> ++2.13.0
> jvm/package
> js/package

That will publish Scala 2.13 and Scalajs 0.6.x for 2.13.

Publishing Scalajs for 1.0.0-M8 for 2.12 and 2.13, also works. First, start sbt with:

$ env SCALAJS_VERSION=1.0.0-M8 sbt

Then:

> ++2.12.6
> js/package
> ++2.13.0
> js/package

May require #475 for publish to work, though.

This was referenced Jun 10, 2019
@rickynils rickynils merged commit 492ab2d into typelevel:1.14.0_sonatype Jun 10, 2019
@rickynils
Copy link
Contributor

I have now published 2.13 builds of ScalaCheck 1.14.0.

Thanks @ashawley

@ashawley ashawley deleted the 2.13.0 branch August 13, 2019 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants