sbt/util
Guillaume Martres 629a04937f Fix default scalaBinaryVersion for Dotty
Dotty is versioned as 0.*, but `CrossVersionUtil#binaryScalaVersion`
will return the full version instead of just `major.minor` for all
compiler versions < 2.10, add a special case for Dotty to avoid this.

Note: I used tabs in this commit to match the style of the surrounding code.
2017-04-28 11:45:43 +02:00
..
appmacro/src/main/scala/sbt/appmacro Adds an Append instance that extracts taskValue 2017-01-22 23:44:48 -05:00
classfile Add a test that we`re able to parse inner classes. 2015-11-10 14:45:04 -08:00
classpath SD-232 Recycle classloaders to be anti-hostile to JIT. 2016-09-26 14:49:47 +10:00
collection Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
complete Revert "Completion for build-level keys" 2016-11-29 05:59:33 -05:00
control added scalariform 2014-05-01 12:50:07 -04:00
cross/src/main/input_sources Fix default scalaBinaryVersion for Dotty 2017-04-28 11:45:43 +02:00
datatype Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
io Improve IO.toFile's handling for Windows 2017-04-08 03:56:34 -04:00
log Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
logic/src Fix additional warnings 2015-08-07 00:23:14 +02:00
process Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
relation/src Simplify operations on collections 2015-08-01 02:25:17 +02:00