aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* Update sbt-scala-module plugin to avoid inlining from stdlibJason Zaugg2018-03-011-1/+1
|
* bump version numbers of multiple thingsSeth Tisue2018-02-062-2/+2
| | | | most notably Scala 2.13.0-M3
* support Scala 2.13.0-M2Seth Tisue2017-08-052-2/+2
| | | | | | | | and also move from 2.12.2 -> 2.12.3, just because and sbt 0.13.15 -> 0.13.16, also just because and scala-sbt-module 1.0.8 -> 1.0.12, because guess why
* Use scala-module-plugin, update tag-based publishingLukas Rytz2017-04-262-2/+2
| | | | | | | The build didn't use the `scala-module-plugin` before but duplicated most of its settings - maybe I missed the reason why this is the case? Also update tag-based publishing to the latest version.
* Update SBT for the warn command, now assumed by sbt-extrasJason Zaugg2015-07-271-1/+1
|
* 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.