Skip to content

Commit

Permalink
Merge pull request #109 from scala-steward/update/lucene-core-9.8.0
Browse files Browse the repository at this point in the history
Update lucene-core, lucene-queryparser to 9.8.0
  • Loading branch information
fwbrasil authored Oct 4, 2023
2 parents f7977d8 + 36737d4 commit 9d61df8
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 9d61df8

Please sign in to comment.