diff --git a/build.sbt b/build.sbt index c5bb009..377a166 100644 --- a/build.sbt +++ b/build.sbt @@ -14,13 +14,13 @@ lazy val coreDependencies = Seq( "com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test, "ch.qos.logback" % "logback-classic" % "1.2.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", - "com.github.takezoe" %% "solr-scala-client" % "0.0.24", + "com.github.takezoe" %% "solr-scala-client" % "0.0.27", "com.github.pureconfig" %% "pureconfig" % "0.16.0", "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-generic-extras" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "com.github.takezoe" %% "solr-scala-client" % "0.0.24", + "com.github.takezoe" %% "solr-scala-client" % "0.0.27", "org.apache.tika" % "tika-core" % "1.26", "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion, "com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % tapirVersion,