diff --git a/build.sbt b/build.sbt index 40138d5..df60184 100644 --- a/build.sbt +++ b/build.sbt @@ -181,7 +181,7 @@ lazy val kotest = (project in file("kotest")) description := "Kotest bindings for coregex library.", headerEndYear := Some(2025), libraryDependencies ++= Seq( - "io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided, + "io.kotest" % "kotest-property-jvm" % "6.0.7" % Provided, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")