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 7225da4 + 4b09680 commit 3c38781Copy full SHA for 3c38781
build.sbt
@@ -148,7 +148,7 @@ lazy val kotest = (project in file("kotest"))
148
description := "Kotest bindings for coregex library.",
149
headerEndYear := Some(2025),
150
libraryDependencies ++= Seq(
151
- "io.kotest" % "kotest-property-jvm" % "6.0.4" % Provided,
+ "io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided,
152
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
153
),
154
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
0 commit comments