From 2fd69b22f791f9f41f6cf2c365b7abe8dc80fee2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 29 Nov 2016 15:02:17 -0800 Subject: [PATCH] upgrade to sbt 0.13.13 this is a good thing in general, to be on a modern sbt version. but also, in the Scala community build some weird dbuild issue I don't understand is causing scala-xml to be built with 0.13.8 instead of being overridden by dbuild to 0.13.13 like all the other projects. rather than mess with it, let's just upgrade. --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index a6e117b61..27e88aa11 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.8 +sbt.version=0.13.13