From c97d078f1b9c5e8408f5241a75bdc15b0433f205 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Feb 2022 16:48:36 +0100 Subject: [PATCH] Update specs2-core to 4.14.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 49797deb..a9e1f87b 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val scala3 = "3.1.0" val scalaIdeaVersion = scala3 // the version for which to import sources into intellij val scalatestVersion = "3.2.10" -val specs2Version = "4.14.0" +val specs2Version = "4.14.1" val smlTaggingVersion = "2.3.2" lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(