mirror of https://github.com/sbt/sbt.git
Add release notes for 1.0.2
This commit is contained in:
parent
834f59b465
commit
a1eb069979
|
|
@ -0,0 +1,12 @@
|
|||
### Changes
|
||||
|
||||
* Reference less things directly under the `sbt._` namespace from the sbt plugins, to ease the use of coursier from sbt itself ([#766], [#771], thanks to [@leonardehrenfried])
|
||||
* Switch the cli to scala 2.12 and case-app 2.0.x ([#748])
|
||||
|
||||
|
||||
[#748]: https://github.com/coursier/coursier/pull/748
|
||||
[#766]: https://github.com/coursier/coursier/pull/766
|
||||
[#771]: https://github.com/coursier/coursier/pull/771
|
||||
|
||||
[@leonardehrenfried]: https://github.com/leonardehrenfried
|
||||
|
||||
Loading…
Reference in New Issue