Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update/elasticsearch-…
Browse files Browse the repository at this point in the history
…8.14.2
  • Loading branch information
alexklibisz committed Jul 4, 2024
2 parents e463c11 + ba60899 commit e1000f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "3.8.1"
version = "3.8.2"
maxColumn = 140
runner.dialect = scala3
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Global / scalaVersion := "3.3.3"

Global / scalacOptions += "-explain"

lazy val CirceVersion = "0.14.7"
lazy val CirceVersion = "0.14.9"
lazy val ElasticsearchVersion = "8.14.2"
lazy val Elastic4sVersion = "8.13.0"
lazy val Elastic4sVersion = "8.13.1"
lazy val ElastiknnVersion = IO.read(file("version")).strip()
lazy val LuceneVersion = "9.10.0"

lazy val TestSettings = Seq(
Test / parallelExecution := false,
Test / logBuffered := false,
Test / testOptions += Tests.Argument("-oD"),
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test,
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
// https://github.com/typelevel/sbt-tpolecat/tree/v0.5.1?tab=readme-ov-file#scalatest-warnings
Test / tpolecatExcludeOptions += ScalacOptions.warnNonUnitStatement
)
Expand Down

0 comments on commit e1000f2

Please sign in to comment.