From a04fc3fdf68dc486f882c37f045479d8a52e79a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:21:45 +0000 Subject: [PATCH] Update kotest-property-jvm to 5.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 183c9e7..e521f7f 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ lazy val kotest = (project in file("kotest")) description := "Kotest bindings for coregex library.", headerEndYear := Some(2023), libraryDependencies ++= Seq( - "io.kotest" % "kotest-property-jvm" % "5.7.1" % Provided, + "io.kotest" % "kotest-property-jvm" % "5.7.2" % Provided, "net.aichler" % "jupiter-interface" % "0.11.1" % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")