From 87e0c8f9397f392e81e41dd96329586a90964b06 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Fri, 30 Jun 2017 20:15:26 +0200 Subject: [PATCH] scala-native 0.3.1 --- .travis.yml | 2 +- project/plugin-scala-native.sbt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d58300cfc..58516aa61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/project/plugin-scala-native.sbt b/project/plugin-scala-native.sbt index 87d0a47d5..7e9e5cfca 100644 --- a/project/plugin-scala-native.sbt +++ b/project/plugin-scala-native.sbt @@ -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")