Skip to content

Commit 86c31a7

Browse files
committed
Update scalatest to 3.2.17
1 parent 33f6df1 commit 86c31a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ libraryDependencies ++= Seq(
5959
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
6060
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion,
6161
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
62-
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
62+
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
6363
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
6464
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
6565
"joda-time" % "joda-time" % "2.12.4" % Test,

0 commit comments

Comments
 (0)