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

This commit is contained in:
Renovate Bot 2021-11-25 17:16:59 +00:00
parent 46763b7877
commit 69cdaabd79
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.17",
"com.typesafe.akka" %% "akka-http" % "10.2.6",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"org.specs2" %% "specs2-core" % "4.13.0" % "test",
"org.specs2" %% "specs2-core" % "4.13.1" % "test",
"org.scalatest" %% "scalatest" % "3.2.10" % "test",
"org.scodec" %% "scodec-core" % "1.11.9",
"ch.qos.logback" % "logback-classic" % "1.2.6",