ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Couldn't add dependency by sbt #57

Closed KalumDog closed 4 years ago

KalumDog commented 5 years ago

by adding libraryDependencies += "ing.wbaa.druid" %% "scruid" % "2.1.0"

Get this error

(update) sbt.librarymanagement.ResolveException: unresolved dependency: ing.wbaa.druid#scruid_2.12;2.1.0: not found [error] (ssExtractDependencies) sbt.librarymanagement.ResolveException: unresolved dependency: ing.wbaa.druid#scruid_2.12;2.1.0: not found

Fokko commented 5 years ago

It is at Maven central: https://mvnrepository.com/artifact/ing.wbaa.druid/scruid_2.11/2.1.0

Did you set your resolvers correctly?