From 495e0887fadcda0e800903b4b20ef6d3bfb9f7e8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:11:26 +0200 Subject: [PATCH] Update specs2-scalacheck to 4.20.9 (#2108) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67be5855..e6793cda 100644 --- a/build.sbt +++ b/build.sbt @@ -111,7 +111,7 @@ libraryDependencies += "io.sentry" % "sentry-logback" % "7.15.0" // Sync with Play and scala-steward pin // https://github.com/playframework/playframework/blob/4c2d76095c2f6a5cab7be3e8f6017c4a4dd2a99f/project/Dependencies.scala#L20 -val specs2Version = "4.20.8" +val specs2Version = "4.20.9" // Test libraryDependencies ++= Seq(