Josh Soref
a8ce474fd6
spelling: dependencies
2017-01-20 08:13:00 +00:00
Josh Soref
f5248f04ce
spelling: compiler
2017-01-20 08:12:00 +00:00
eugene yokota
9044d6c07a
Merge pull request #2910 from eed3si9n/wip/212
...
[sbt 1.0] Use Scala 2.12.1
2017-01-15 22:24:33 -05:00
Eugene Yokota
7ddbd69e53
Use Scala 2.12.1
...
Bump up the Scala version used by sbt to 2.12.1.
Most changes are migration of the integration tests.
2017-01-15 20:49:14 -05:00
Eugene Yokota
beb1fe3c5a
Fail when the forked test harness fails
...
Fail when the forked test harness fails using NonFatal
Fixes #2442/#2722
Add another fork-uncaught scripted test
Originally from https://github.com/retronym/sbt-test-fork-swallows-error
2017-01-15 05:49:07 -05:00
Paul Draper
f836ba0c63
Fix #2677 : Tags.ForkedTestGroup doesn't work
...
Move tag to correct task
2017-01-14 21:58:37 -05:00
Dale Wijnand
7fcfec8b8e
-sbinary/+sjson-new, -datatype/+contraband & upgrades
...
* start to replace sbinary with sjson-new
* upgrade from sbt/datatype to sbt/contraband
* upgrade and migrate to new sbt modules APIs
2017-01-05 21:59:00 +00:00
Dale Wijnand
43821667bf
Upgrade scalariform version
2016-12-11 12:13:11 +00:00
kenji yoshida
27fe8eb6f7
remove unused imports ( #2719 )
2016-08-30 07:29:17 +01:00
xuwei-k
857fc0f5da
use JavaConverters instead of JavaConversions
...
- https://issues.scala-lang.org/browse/SI-9684
- 0c5b42d974
2016-08-30 01:31:04 +09:00
Dale Wijnand
84c611af36
Remove unused vals/defs
2016-07-12 14:31:35 +01:00
Dale Wijnand
deea82542c
Remove unused imports
2016-07-12 11:55:10 +01:00
Dale Wijnand
222a970080
Kill some vars
2016-07-07 01:39:52 +01:00
Eugene Yokota
246ec58e35
Adapting to Zinc changes
2016-06-26 03:55:37 +02:00
Grzegorz Kossakowski
824b59a3ef
Adapt to changes to DefinesClass in zinc
...
The definition of `DefinesClass` has changed from being a function
`File => String => Boolean` to just a function `String => Boolean`. The
changes in this commit reflect that fact.
Also, this commit implements a newly introduced PerClasspathEntryLookup.
2016-06-26 03:49:55 +02:00
Dale Wijnand
e48f6ade30
Cleanup actionsProj
2016-06-21 08:09:30 +01:00
Eugene Yokota
ee272d780e
Reorganize directory structure
2016-05-06 16:01:49 -04:00