Skip to content

Commit

Permalink
Add a note about sbt-aether-deploy
Browse files Browse the repository at this point in the history
Closes #57
  • Loading branch information
rtimush committed Aug 12, 2016
1 parent 8dac783 commit fbd5b3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ You can exclude some modules from update checking:
dependencyUpdatesExclusions := moduleFilter(organization = "org.scala-lang")
```

Publishing
==========
`sbt-updates` relies on the repository Maven metadata. If you want to get update notifications
for artifacts published by other SBT projects, you should ensure that metadata is updated
correctly. One possible way to achieve this is to use [sbt-aether-deploy](https://github.com/arktekk/sbt-aether-deploy).

Example
=======
```
Expand Down

0 comments on commit fbd5b3f

Please sign in to comment.