From ef940aa455deeb210b39a82fbc179211b44b0a90 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Thu, 4 Jan 2018 07:06:54 +0100 Subject: [PATCH] Update to Scala Native 0.3.6 --- .travis.yml | 2 +- project/plugin-scala-native.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96a8cf8e5..3eebe6c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/project/plugin-scala-native.sbt b/project/plugin-scala-native.sbt index 7e9e5cfca..6672f433d 100644 --- a/project/plugin-scala-native.sbt +++ b/project/plugin-scala-native.sbt @@ -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")