chrisdinn / brando

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

Brando is not in your releases #54

Closed mhriemers closed 8 years ago

mhriemers commented 9 years ago

https://github.com/chrisdinn/chrisdinn.github.com/tree/master/releases

gatorcse commented 9 years ago

I got it working using

resolvers += "brando" at "https://raw.githubusercontent.com/chrisdinn/chrisdinn.github.com/master/releases/"

libraryDependencies += "com.digital-achiever" %% "brando" % "3.0.1"

The raw githubusercontent is needed so that sbt downloads the files, instead of the github page listing the file. And the releases seem to be a version behind what the README says

ghouet commented 9 years ago

Brando 3.0.2 has been published. I was able to use it by with the following sbt configuration (readme has been updated) :

resolvers += "chrisdinn" at "http://chrisdinn.github.io/releases/"

libraryDependencies += "com.digital-achiever" %% "brando" % "3.0.2"

Let me know if it's fixed for you and I'll close this issue.