Bump scalatest to 3.2.17

This commit is contained in:
Jarek Sacha 2023-09-26 21:29:04 -04:00
parent 1e3797fe19
commit 6998af7cec

View file

@ -18,7 +18,7 @@ logLevel := Level.Info
libraryDependencies ++= Seq(
"com.github.scopt" %%% "scopt" % "4.1.0",
"com.lihaoyi" %%% "os-lib" % "0.9.1",
"org.scalatest" %%% "scalatest" % "3.2.16" % Test
"org.scalatest" %%% "scalatest" % "3.2.17" % Test
)
scalacOptions ++= Seq(