Closed mhriemers closed 8 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
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.
https://github.com/chrisdinn/chrisdinn.github.com/tree/master/releases