From 232a0bb3c9b808ccd2245087ddb296163aefa451 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 2 Jul 2013 11:45:58 +0200 Subject: Build maintainence - Update to SBT 0.12.4 - Update to Scala 2.10.2 - Provide a means to disable test compilation (other then TreeInterrogation) This is handy when doing major renovations to the macro implementation. - Explicitly depend on scala-compiler (we'll need that in the next commit) - Declare the dependencies on scala-{reflect, compiler} as "provided" to avoid adding them the runtime classpath of upstream projects. They are only needed at compile time. --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index 2b9d40c..5e96e96 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.12.1 \ No newline at end of file +sbt.version=0.12.4 -- cgit v1.2.3