-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbt.ResolveException: unresolved dependency: com.projectseptember#freek_2.11;0.6.7: not found #2
Comments
|
That seems really odd, have you tried resolving the dependencies on a different network to see whether maybe your network is blocking JCenter? |
Also did resolvers += Resolver.bintrayRepo("projectseptemberinc", "maven") do anything for you? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can not pull this dependency.
could you please give me a hint on how to set my build.sbt for this dependency?
my build.sbt is as follow:
name := "free-monad-coproduct-example"
version := "1.0"
scalaVersion := "2.11.8"
The text was updated successfully, but these errors were encountered: