krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

Unable to import library #67

Closed juanux closed 5 years ago

juanux commented 5 years ago
[error]   not found: http://repo1.maven.org/maven2/com/github/krasserm/streamz-converter_2.12/0.10-M2/streamz-converter_2.12-0.10-M2.pom
[error]   not found: http://repo.addisonglobal.net/repository/maven-central/com/github/krasserm/streamz-converter_2.12/0.10-M2/streamz-converter_2.12-0.10-M2.pom
[error]   not found: http://dl.bintray.com/dnvriend/maven/com/github/krasserm/streamz-converter_2.12/0.10-M2/streamz-converter_2.12-0.10-M2.pom

[error]   not found: https://dl.bintray.com/emersonloureiro/sbt-plugins/com.github.krasserm/streamz-converter_2.12/0.10-M2/ivys/ivy.xml
[error]   not found: https://dl.bintray.com/evolutiongaming/maven/com/github/krasserm/streamz-converter_2.12/0.10-M2/streamz-converter_2.12-0.10-M2.pom
[error]   not found: http://repo.typesafe.com/typesafe/ivy-releases/com.github.krasserm/streamz-converter_2.12/0.10-M2/ivys/ivy.xml
[error]   not found: http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.krasserm/streamz-converter_2.12/0.10-M2/ivys/ivy.xml
[error]   unauthorized: https://jitpack.io/com/github/krasserm/streamz-converter_2.12/0.10-M2/streamz-converter_2.12-0.10-M2.pom (JitPack)
[error] (bnkTransactionView / ssExtractDependencies) sbt.librarymanagement.ResolveException: Error downloading com.github.krasserm:streamz-converter_2.12:0.10-M2

Resolver added according the Readme

resolvers += Resolver.url(
  "krasserm at bintray",
  url("http://dl.bintray.com/krasserm/maven")
)(Resolver.ivyStylePatterns)
juanux commented 5 years ago

Problem with build.sbt