takezoe / solr-scala-client

Solr Client for Scala
Apache License 2.0
91 stars 43 forks source link

0.0.21 is not on maven central? #61

Closed is2ei closed 4 years ago

is2ei commented 4 years ago

Thanks for the great lib! Let me report the issue I found. Could you check this? 🙏

I tried this from the README.

libraryDependencies += "com.github.takezoe" %% "solr-scala-client" % "0.0.21"

I got an error.

sbt:solr-test> test
[info] Updating 
[info] Resolved  dependencies
[warn] 
[warn]  Note: Unresolved dependencies path:
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.github.takezoe:solr-scala-client_2.12:0.0.21
[error]   Not found
[error]   Not found
[error]   not found: /Users/horie/.ivy2/local/com.github.takezoe/solr-scala-client_2.12/0.0.21/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/com/github/takezoe/solr-scala-client_2.12/0.0.21/solr-scala-client_2.12-0.0.21.pom
[error] Total time: 1 s, completed Oct 18, 2019, 10:01:48 AM

I checked on this page and I couldn't find 0.0.21. Is it actually published?

https://mvnrepository.com/artifact/com.github.takezoe/solr-scala-client

takezoe commented 4 years ago

Right. Maybe, I've forgotten to publish to Maven Central. I will publish it as soon as possible.

takezoe commented 4 years ago

Published. It will be available on Maven Central shortly.