Skip to content

Commit

Permalink
Update lucene-core, lucene-queryparser to 9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 3, 2023
1 parent f0a6f1c commit 36737d4
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 @@ -198,8 +198,8 @@ lazy val `kyo-chatgpt` =
.dependsOn(`kyo-direct`)
.dependsOn(`kyo-core` % "test->test;compile->compile")
.jvmSettings(
libraryDependencies += "org.apache.lucene" % "lucene-core" % "9.7.0",
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.7.0",
libraryDependencies += "org.apache.lucene" % "lucene-core" % "9.8.0",
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.8.0",
libraryDependencies += "com.formdev" % "flatlaf" % "3.2.1",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-java" % "0.64.8",
Expand Down

0 comments on commit 36737d4

Please sign in to comment.