sbt/util/log
Adriaan Moors a355012c2e 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
..
src Do not use `ListBuffer#readOnly` 2015-07-09 14:49:08 -07:00
NOTICE move StackTrace to util/log 2010-06-10 21:08:01 -04:00