We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ee2420 + 793c62e commit 1c25fc1Copy full SHA for 1c25fc1
build.sbt
@@ -181,7 +181,7 @@ lazy val kotest = (project in file("kotest"))
181
description := "Kotest bindings for coregex library.",
182
headerEndYear := Some(2025),
183
libraryDependencies ++= Seq(
184
- "io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided,
+ "io.kotest" % "kotest-property-jvm" % "6.0.7" % Provided,
185
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
186
),
187
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
0 commit comments