Skip to content

Commit 73d43e5

Browse files
Update scalatest to 3.2.1 (#57)
1 parent 09f1d6c commit 73d43e5

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
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
2626
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
2727
"io.swagger.core.v3" % "swagger-core" % "2.1.4",
2828
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.11.2",
29-
"org.scalatest" %% "scalatest" % "3.2.0" % Test,
29+
"org.scalatest" %% "scalatest" % "3.2.1" % Test,
3030
"org.slf4j" % "slf4j-simple" % "1.7.30" % Test
3131
)
3232

0 commit comments

Comments
 (0)