Update dependency org.scalatest:scalatest to v3.2.8

This commit is contained in:
Renovate Bot 2021-04-21 13:44:50 +00:00
parent 20e7882307
commit cd0f3321e6
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -53,7 +53,7 @@ lazy val psforeverSettings = Seq(
"com.typesafe.akka" %% "akka-http" % "10.2.4",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.3",
"org.specs2" %% "specs2-core" % "4.10.6" % "test",
"org.scalatest" %% "scalatest" % "3.2.7" % "test",
"org.scalatest" %% "scalatest" % "3.2.8" % "test",
"org.scodec" %% "scodec-core" % "1.11.7",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.log4s" %% "log4s" % "1.9.0",