mirror of https://github.com/sbt/sbt.git
Update release notes
This commit is contained in:
parent
ca45149bb9
commit
0496ec7b8e
|
|
@ -8,8 +8,8 @@ Allows to launch applications from their Scaladex name via the `coursier launch`
|
|||
|
||||
Example:
|
||||
```
|
||||
$ coursier launch lihaoyi/Ammonite
|
||||
$ coursier launch scalameta/scalafmt
|
||||
$ coursier launch lihaoyi/ammonite
|
||||
$ coursier launch olafurpg/scalafmt
|
||||
```
|
||||
|
||||
### New sbt-shading plugin
|
||||
|
|
@ -108,4 +108,4 @@ $ coursier launch -r bintray-ivy:org/repo-name ...
|
|||
|
||||
## Non-backward compatible changes
|
||||
|
||||
* Some internal (but public) API changed, it is recommended to re-compile your code against `1.0.0-RC1`.
|
||||
* Some internal (but public) API changed, it is recommended to re-compile your code against `1.0.0-RC1`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue