pbdirect
pbdirect copied to clipboard
Bintray repository returns unauthorized 403
Hi, when I add the lines below to my build.sbt:
resolvers += Resolver.bintrayRepo("beyondthelines", "maven")
libraryDependencies += "beyondthelines" %% "pbdirect" % "0.1.0"
I get http response code 403 from the bintray repo url:
download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/beyondthelines/maven/beyondthelines/pbdirect_2.12/0.2.1/pbdirect_2.12-0.2.1.pom
Is there some kind of credential that I should put in the build.sbt file?
For anyone else wondering why this is, Bintray has been sunseted. @btlines, any chance of this getting published elsewhere?
For those wondering, 47Degrees have a fork that is actively maintained