diff --git a/build.sbt b/build.sbt index 1e0d835..8131277 100644 --- a/build.sbt +++ b/build.sbt @@ -148,7 +148,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.4" % Provided, + "io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")