aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-07-02 11:45:58 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-07-02 11:45:58 +0200
commit232a0bb3c9b808ccd2245087ddb296163aefa451 (patch)
tree62affc74c7abfa7d3b57ebc53a8f47460a682c55 /.gitignore
parent9156cbeb944db80245766c317f43434b4c1981e5 (diff)
downloadscala-async-232a0bb3c9b808ccd2245087ddb296163aefa451.tar.gz
scala-async-232a0bb3c9b808ccd2245087ddb296163aefa451.tar.bz2
scala-async-232a0bb3c9b808ccd2245087ddb296163aefa451.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0c4d130..6bf5f1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ target
.idea
.idea_modules
*.icode
+project/local.sbt \ No newline at end of file