Skip to content

Commit

Permalink
mention bintray in install
Browse files Browse the repository at this point in the history
  • Loading branch information
avibryant committed Feb 12, 2020
1 parent df11018 commit 4b3f82f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ Or, in [Ammonite](https://ammonite.io/), import it like this:
import $ivy.`com.stripe::rainier-core:@VERSION@`
```

For plotting and exploratory work, we suggest [Using Jupyter](jupyter.md).
For plotting and exploratory work, we suggest [Using Jupyter](jupyter.md).

## Non-release versions

Tagged commits will result in non-release artifacts pushed to `https://dl.bintray.com/rainier/maven`.

You can include these in your projects using

```scala
resolvers += Resolver.bintrayRepo("otherUser", "maven")
```

0 comments on commit 4b3f82f

Please sign in to comment.