From 4d577a1fe7d13dfb09357ae1c52bae42f4f5d77c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Sep 2021 00:31:40 +0000 Subject: [PATCH] Update specs2-core, specs2-matcher-extra, ... to 4.12.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 050c7c3..01ebfaf 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import java.nio.charset.StandardCharsets import sbt.{IntegrationTest => SbtIntegrationTest} val finagleVersion = "21.6.0" -val specs2Version = "4.12.3" +val specs2Version = "4.12.12" val dockerItVersion = "0.10.0-beta9" val scala212 = "2.12.12"