sbt, the interactive build tool
Go to file
Adriaan Moors 352afdb539 Do not use `ListBuffer#readOnly`
It's dangerous, deprecated, and was removed in 2.12.0-M1.
See https://github.com/scala/scala/pull/4140.

`ListBuffer#toList` has equivalent performance,
except it actually returns an immutable copy(-on-write).
2015-07-09 14:49:08 -07:00
cache Roll back the use of sbt/serialization for update caching 2015-03-10 05:12:17 -04:00
interface Merge pull request #1759 from jedesah/topic/minor_cleanup 2015-01-14 16:13:06 -05:00
util Do not use `ListBuffer#readOnly` 2015-07-09 14:49:08 -07:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
build.sbt Fixes #2043. bintrayRelease is repeated 20x? 2015-06-24 16:56:45 -04:00