From 5d9d2966f00e22451f7dead55d3579e18837b73c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 21 Jun 2022 00:19:11 +0000 Subject: [PATCH] Update specs2-core to 4.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48fccce5..46d82c77 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.15.0" +val specs2Version = "4.16.0" val smlTaggingVersion = "2.3.3" lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(