diff --git a/build.sbt b/build.sbt index 458c779c..cee3896e 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-stream-testkit" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV, "org.scalatest" %% "scalatest" % scalaTestV % Test, - "org.scalacheck" %% "scalacheck" % "1.17.0" % Test, + "org.scalacheck" %% "scalacheck" % "1.17.1" % Test, "io.github.uptane" %% "libats" % libatsV, "io.github.uptane" %% "libats-messaging" % libatsV,