From 8f9d0b023e7683a37647140f387b00dce30b2907 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jul 2024 01:26:42 +0000 Subject: [PATCH] Update lucene-expressions, lucene-facet, ... to 9.11.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8042a3d3..e2376b71 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ pomExtra := -val luceneV = "8.11.3" +val luceneV = "9.11.1" val sparkVersion = "3.5.1" credentials += Credentials(Path.userHome / ".sbt" / ".credentials")