Skip to content

Commit

Permalink
Change to bintray resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lister committed Oct 17, 2014
1 parent a5405df commit 1ddd1d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ To add **product-collections** to your build, for the moment you'll need to add

Using SBT:
```scala
resolvers += "com.github.marklister" at "http://marklister.github.io/product-collections/"
resolvers += "Bintray Repo marklister" at "https://dl.bintray.com/marklister/maven"

libraryDependencies += "com.github.marklister" %% "product-collections" % "1.0-RC1"
```
Using Maven:
```xml
<repositories>
<repository>
<id>product-collections</id>
<url>http://marklister.github.io/product-collections</url>
<id>maven</id>
<url>https://dl.bintray.com/marklister/</url>
</repository>
</repositories>
...
<dependency>
<groupId>com.github.marklister</groupId>
<artifactId>product-collections_2.10</artifactId>
<version>0.0.4.4-SNAPSHOT</version>
<version>1.0-RC1</version>
</dependency>
```

Expand Down

0 comments on commit 1ddd1d0

Please sign in to comment.