Skip to content

Support for scalanative #29

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

Closed
wants to merge 5 commits into from
Closed

Conversation

harshad-deo
Copy link

Changes include:

  • Support for scalanative (0.2.1)
  • Fix deprecation and feature warnings
  • Version bump
    • scala 2.11.8 -> 2.11.11
    • scala 2.12.0 -> 2.12.2
    • scalajs 0.6.13 -> 0.6.15
    • sbt 0.13.13 -> 0.13.15

jdk: openjdk7
sudo: false

before_install:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
lazy val testAllCommand = Command.command("testall"){state =>
Copy link
Contributor

@MasseGuillaume MasseGuillaume May 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also do

.nativeSetting(
  crossScalaVersions --= Seq("2.10.6", "2.12.2")
)

@olafurpg
Copy link
Collaborator

olafurpg commented Jul 8, 2017

Thank you for this contribution @harshad-deo I added support for Scala Native 0.3.1 in #34. You can try it out with the newly released sourcecode v0.1.4

@olafurpg olafurpg closed this Jul 8, 2017
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.

3 participants