aboutsummaryrefslogtreecommitdiff
path: root/project/build.properties
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-02-23 00:50:04 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-28 18:08:41 +0100
commit327960efa53d67ee0c56729a0e4e655423cde26b (patch)
treece214443f446c6a0ef0fef8d13120a68afdce3ff /project/build.properties
parent0eecb7189188e6ce379b8840749abb1e0241035b (diff)
downloaddotty-327960efa53d67ee0c56729a0e4e655423cde26b.tar.gz
dotty-327960efa53d67ee0c56729a0e4e655423cde26b.tar.bz2
dotty-327960efa53d67ee0c56729a0e4e655423cde26b.zip
Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0
Upgrading sbt will allow us to experiment with bootstrapping using sbt since 0.13.11 is the first release that supports building with dotty (see https://github.com/smarter/dotty-bridge). Upgrading scalastyle-sbt-plugin allows us to remove the workaround for https://github.com/scalastyle/scalastyle/issues/156
Diffstat (limited to 'project/build.properties')
-rw-r--r--project/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build.properties b/project/build.properties
index 817bc38df..43b8278c6 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.9
+sbt.version=0.13.11