Skip to content

Commit f54a613

Browse files
Update scalatest to 3.1.1 (#41)
1 parent 902cdac commit f54a613

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.1",
2828
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.10.2",
29-
"org.scalatest" %% "scalatest" % "3.1.0" % Test,
29+
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
3030
"org.slf4j" % "slf4j-simple" % "1.7.30" % Test
3131
)
3232

0 commit comments

Comments
 (0)