diff --git a/build.sbt b/build.sbt index 1dd91aaab..42d6b3a68 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val TestSettings = Seq( Test / parallelExecution := false, Test / logBuffered := false, Test / testOptions += Tests.Argument("-oD"), - libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test + libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test ) lazy val `elastiknn-root` = project