Skip to content

Commit

Permalink
[version] bump spark
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Oct 6, 2023
1 parent 8217c60 commit 905efa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pomExtra := <scm>
</developers>

val luceneV = "8.11.2"
val sparkVersion = "3.3.3"
val sparkVersion = "3.5.0"

credentials += Credentials(Path.userHome / ".sbt" / ".credentials")

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lucenerdd {
// Lucene index storage
// Use 'disk' to store the index in Java's temp directory
// Otherwise the index will be stored in memory
store.mode = "memory"
store.mode = "disk"

stringfields{

Expand Down

0 comments on commit 905efa1

Please sign in to comment.