Skip to content

Commit

Permalink
Merge pull request #141 from scala-steward/update/lucene-core-9.9.0
Browse files Browse the repository at this point in the history
Update lucene-core, lucene-queryparser to 9.9.0
  • Loading branch information
fwbrasil authored Dec 5, 2023
2 parents e25c51c + 5db9eb0 commit 00d85a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ lazy val `kyo-llm` =
.dependsOn(`kyo-core` % "test->test;compile->compile")
.dependsOn(`kyo-llm-macros`)
.jvmSettings(
libraryDependencies += "org.apache.lucene" % "lucene-core" % "9.8.0",
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.8.0",
libraryDependencies += "org.apache.lucene" % "lucene-core" % "9.9.0",
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.9.0",
libraryDependencies += "com.formdev" % "flatlaf" % "3.2.5",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-java" % "0.64.8",
Expand Down

0 comments on commit 00d85a5

Please sign in to comment.