Update dependency org.specs2:specs2-core to v4.11.0

This commit is contained in:
Renovate Bot 2021-04-23 18:30:28 +00:00
parent 9c2d141b59
commit 42355ad1d8
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -52,7 +52,7 @@ lazy val psforeverSettings = Seq(
"com.typesafe.akka" %% "akka-slf4j" % "2.6.14",
"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.specs2" %% "specs2-core" % "4.11.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.8" % "test",
"org.scodec" %% "scodec-core" % "1.11.7",
"ch.qos.logback" % "logback-classic" % "1.2.3",