From 13b74c51f91beccfaff591fb4cbeda39feee0520 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Mar 2022 22:11:16 +0200 Subject: [PATCH] Update specs2-core, specs2-mock to 4.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9756586..4a0fa7d0 100755 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= { val AkkaHttp = "10.2.9" val AkkaHttpJson4s = "1.39.2" val Json4s = "4.0.4" - val Specs2 = "4.14.1" + val Specs2 = "4.15.0" val ScalaLogging = "3.9.4" val RandomDataGenerator = "2.8"