Skip to content

Commit

Permalink
[hotfix] fix tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Oct 1, 2023
1 parent c477102 commit b15b005
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

name := "spark-lucenerdd"
organization := "org.zouzias"
scalaVersion := "2.12.5"
crossScalaVersions := Seq("2.12.5")
scalaVersion := "2.12.18"
crossScalaVersions := Seq("2.12.18")
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
homepage := Some(url("https://github.com/zouzias/spark-lucenerdd"))

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.6
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import org.apache.lucene.analysis.ru.RussianAnalyzer
import org.apache.lucene.analysis.standard.StandardAnalyzer
import org.apache.lucene.analysis.tr.TurkishAnalyzer
import org.zouzias.spark.lucenerdd.config.Configurable
import org.zouzias.spark.lucenerdd.logging.Logging
import org.apache.spark.internal.Logging

/**
* Lucene Analyzer loader via configuration or via class name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.nio.file.{Files, Path}
import org.apache.lucene.facet.FacetsConfig
import org.apache.lucene.store._
import org.zouzias.spark.lucenerdd.config.Configurable
import org.zouzias.spark.lucenerdd.logging.Logging
import org.apache.spark.internal.Logging

/**
* Storage of a Lucene index Directory
Expand Down

0 comments on commit b15b005

Please sign in to comment.