We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c95c1f commit 14c0f2fCopy full SHA for 14c0f2f
1 file changed
build.sbt
@@ -6,7 +6,7 @@ Global / scalaVersion := "3.3.7"
6
7
Global / scalacOptions += "-explain"
8
9
-lazy val CirceVersion = "0.14.14"
+lazy val CirceVersion = "0.14.15"
10
lazy val ElasticsearchVersion = "9.3.3"
11
lazy val Elastic4sVersion = "9.3.0"
12
lazy val ElastiknnVersion = IO.read(file("version")).strip()
0 commit comments