You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,20 @@ Scredis is an advanced [Redis](http://redis.io) client entirely written in Scala
16
16
## Getting started
17
17
18
18
### Binaries
19
-
Scredis is compatible with Scala 2.9.x and 2.10.x. Binary releases will soon be hosted on a Nexus repository. This page will be updated once the repository is available.
19
+
Scredis is compatible with Scala 2.9.x and 2.10.x. Binary releases are hosted on the Sonatype Central Repository.
20
20
21
21
```scala
22
-
// Comming soon!
23
-
resolvers +="Name" at "Releases URL"
22
+
resolvers +="Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases/"
0 commit comments