Skip to content

Commit

Permalink
Dependencies: Update scalatest from 3.2.16 to 3.2.17 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz-scala-steward[bot] authored Sep 12, 2023
1 parent 1d4afb6 commit df1fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df1fde5

Please sign in to comment.