From f076896e555cbdfdb145158ca2ca6e4968108492 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 09:51:39 +0000 Subject: [PATCH] Update scalacheck-1-15 to 3.2.11.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8583a8ce..588a9e66 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV, "com.typesafe.akka" %% "akka-stream-testkit" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV, - "org.scalatest" %% "scalatest" % scalaTestV % Test, + "org.scalatest" %% "scalatest" % scalaTestV % Test, "org.scalacheck" %% "scalacheck" % "1.18.0" % Test, "io.github.uptane" %% "libats" % libatsV, "io.github.uptane" %% "libats-messaging" % libatsV, @@ -60,7 +60,7 @@ libraryDependencies ++= { "io.circe" %% "circe-testing" % "0.14.1", "tech.sparse" %% "toml-scala" % "0.2.2", "org.tpolecat" %% "atto-core" % "0.9.5", - "org.scalatestplus" %% "scalacheck-1-15" % "3.2.9.0" % Test + "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test ) }