diff --git a/build.sbt b/build.sbt index 707d24b..4ead34b 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(2024), libraryDependencies ++= Seq( - "io.kotest" % "kotest-property-jvm" % "5.9.0" % Provided, + "io.kotest" % "kotest-property-jvm" % "5.9.1" % Provided, "net.aichler" % "jupiter-interface" % "0.11.1" % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")