Skip to content

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.

import sbtcrossproject.{crossProject, CrossType}

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