aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* Update SBT for the warn command, now assumed by sbt-extrasJason Zaugg2015-07-271-1/+1
| | | | (cherry picked from commit f6a5c93acb7628c4d169b778e386332c6d1bd99b)
* Build changes before the first binary release.Jason Zaugg2013-11-071-0/+1
|
* Update Scala and sbt versionsPhilipp Haller2013-10-181-1/+1
|
* Update to SBT 0.13.0-M5Jason Zaugg2013-08-151-1/+1
| | | | | | | Which correctly substitutes scala-reflect.jar when using scalaHome to test out the plugin with a local version of Scala. Also updates to a released version of the junit-interface SBT TestFramework.
* Build maintainenceJason Zaugg2013-07-021-1/+1
| | | | | | | | | | | - 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.
* A minimal SBT build.Jason Zaugg2012-11-051-0/+1
Doesn't execute tests yet.