Skip to content

Commit

Permalink
Merge branch 'main' into es_8.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofortino authored Jan 18, 2024
2 parents 19fe5a1 + 77166e1 commit 134d821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Global / scalaVersion := "2.13.12"

lazy val CirceVersion = "0.14.3"
lazy val ElasticsearchVersion = "8.11.4"
lazy val Elastic4sVersion = "8.11.4"
lazy val Elastic4sVersion = "8.11.5"
lazy val ElastiknnVersion = IO.read(file("version")).strip()
lazy val LuceneVersion = "9.8.0"

Expand Down Expand Up @@ -133,7 +133,7 @@ lazy val `elastiknn-plugin` = project
elasticsearchPluginRunSettings += "elastiknn.jdk-incubator-vector.enabled=true",
elasticsearchPluginEsJavaOpts += "--add-modules jdk.incubator.vector",
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "32.1.3-jre",
"com.google.guava" % "guava" % "33.0.0-jre",
"com.google.guava" % "failureaccess" % "1.0.2",
"org.scalanlp" %% "breeze" % "2.1.0" % Test,
"io.circe" %% "circe-parser" % CirceVersion % Test,
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.9.7
sbt.version = 1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 134d821

Please sign in to comment.