Skip to content

Commit

Permalink
Update to Scala Native 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 4, 2018
1 parent 1a40502 commit ef940aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ matrix:
- scala: 2.11.12
sudo: required
before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.1/bin/travis_setup.sh | bash -x
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.6/bin/travis_setup.sh | bash -x
script:
- sbt ++$TRAVIS_SCALA_VERSION coreNative/compile validate
2 changes: 1 addition & 1 deletion project/plugin-scala-native.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Remember to update the version number .travis.yml too.
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.6")

0 comments on commit ef940aa

Please sign in to comment.