aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt plugins, remove unused scalastyle pluginGuillaume Martres2017-03-241-5/+3
|
* Add sbt-assembly for dotty-botFelix Mulder2017-02-131-0/+2
|
* Remove scoverage sbt pluginGuillaume Martres2016-09-211-2/+0
| | | It doesn't work.
* Add JUnit test structure for testing the DocPhaseFelix Mulder2016-08-191-0/+2
|
* Upgrade to Scala.js 0.6.8.Sébastien Doeraene2016-03-181-1/+1
| | | | | | This allows to remove the ugly workaround for default methods. There is also a slight adaptation for the new way to encode a reference to the JS global scope in the IR.
* Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-011-0/+2
| | | | | | | | | | | | | | | | The Scala.js back-end can be enabled with the `-scalajs` command-line option. Currently, it adds one phase to the pipeline, which emits .sjsir files from trees. A sandbox project `sjsSandbox`, in `sandbox/scalajs/`, can be used to easily test Scala.js compilation. One can run the `main()` method of the `hello.world` object with > sjsSandbox/run The back-end only contains the bare mimimum to compile the hello world application in the sandbox. Anything else will blow up (for example, primitive method calls). It is a work-in-progress.
* Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0Guillaume Martres2016-02-281-5/+1
| | | | | | | | | Upgrading sbt will allow us to experiment with bootstrapping using sbt since 0.13.11 is the first release that supports building with dotty (see https://github.com/smarter/dotty-bridge). Upgrading scalastyle-sbt-plugin allows us to remove the workaround for https://github.com/scalastyle/scalastyle/issues/156
* Fix sbt: project/plugins.sbt needs empty line.Dmitry Petrashko2015-11-091-0/+1
|
* Upgrade SBT to 0.13.9 and upgrade SBT pluginsGuillaume Martres2015-10-301-3/+5
|
* Add scalastyle to dependencies, with default config.Dmitry Petrashko2015-04-091-0/+3
|
* Build infrastructureVlad Ureche2014-01-231-0/+3
|
* Add SBT build, .gitignore.Jason Zaugg2013-02-101-0/+3