Skip to content

Commit 5c5ab24

Browse files
scala-stewardpjfanning
authored andcommitted
Update scalatest to 3.0.7 (#10)
1 parent 8a0a073 commit 5c5ab24

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
@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
2424
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
2525
"io.swagger.core.v3" % "swagger-core" % "2.0.7",
2626
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.8",
27-
"org.scalatest" %% "scalatest" % "3.0.6" % Test,
27+
"org.scalatest" %% "scalatest" % "3.0.7" % Test,
2828
"org.slf4j" % "slf4j-simple" % "1.7.26" % Test
2929
)
3030

0 commit comments

Comments
 (0)