diff --git a/build.sbt b/build.sbt index 03813df..5f14667 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val canape = project "com.typesafe.akka" %% "akka-http" % "10.5.3", "de.heikoseeberger" %% "akka-http-play-json" % "1.39.2", "com.iheart" %% "ficus" % "1.5.2", - "org.specs2" %% "specs2-core" % "4.20.7" % "test", + "org.specs2" %% "specs2-core" % "4.20.8" % "test", "org.specs2" %% "specs2-mock" % "4.20.7" % "test" ), Test/fork := true,