Skip to content

Commit

Permalink
scala-native 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jun 30, 2017
1 parent d9d3735 commit 87e0c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ matrix:
- scala: 2.11.11
sudo: required
before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.0/bin/travis_setup.sh | bash -x
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.1/bin/travis_setup.sh | bash -x
script:
- sbt ++$TRAVIS_SCALA_VERSION coreNative/compile validate
3 changes: 2 additions & 1 deletion project/plugin-scala-native.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.0")
// Remember to update the version number .travis.yml too.
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.1")

0 comments on commit 87e0c8f

Please sign in to comment.