chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Repository Down #62

Closed neilchaudhuri closed 8 years ago

neilchaudhuri commented 8 years ago

As I write this, it looks like your repository is down.

damienlevin commented 8 years ago

Sorry about the inconvenience. We released a snapshot version and haven't published the library yet : This should work :

resolvers += "chrisdinn" at "http://chrisdinn.github.io/releases/" libraryDependencies += "com.digital-achiever" %% "brando" % "3.0.2"

damienlevin commented 8 years ago

We just published the last version, this should be resolved now.

resolvers += "chrisdinn" at "http://chrisdinn.github.io/releases/" libraryDependencies += "com.digital-achiever" %% "brando" % "3.0.3"