From 0dc19a9c114a41c29f10f3d5829920eb12a033f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Apr 2021 20:34:29 +0200 Subject: [PATCH] Update specs2-core to 4.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccb79cb..a098c63 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform) .settings( name := "cats-effect-testing-specs2", - libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.6") + libraryDependencies += "org.specs2" %% "specs2-core" % "4.11.0") .settings(dottyLibrarySettings) lazy val scalatest = crossProject(JSPlatform, JVMPlatform)