takezoe / solr-scala-client

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

Simple Question #62

Closed eakarsu closed 4 years ago

eakarsu commented 4 years ago

I need to use this library form scala but I could not prepare sbt file properly. I have this in sbt. But it could not find solr client. Any help to resolve this?

scalaVersion := "2.11.12" libraryDependencies in ThisBuild ++= Seq( "org.apache.spark" %% "spark-core" % "2.3.0", "org.apache.spark" %% "spark-streaming" % "2.3.0", "org.apache.spark" %% "spark-sql" % "2.3.0", "com.couchbase.client" %% "spark-connector" % "2.3.0", "com.github.takezoe" %% "solr-scala-client" % "0.0.21" )

takezoe commented 4 years ago

Sorry, 0.0.21 seems to be not published to Maven central somehow. Could you try to use 0.0.20 for now? I will publish 0.0.21 within few days.

takezoe commented 4 years ago

See also: https://github.com/takezoe/solr-scala-client/issues/61

takezoe commented 4 years ago

Published. It will be available on Maven Central shortly.