We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49b7a03 + 1daf4f1 commit 250d208Copy full SHA for 250d208
build.sbt
@@ -175,7 +175,7 @@ lazy val kotest = (project in file("kotest"))
175
moduleName := "coregex-kotest",
176
description := "Kotest bindings for coregex library.",
177
libraryDependencies ++= Seq(
178
- "io.kotest" % "kotest-property-jvm" % "6.1.2" % Provided,
+ "io.kotest" % "kotest-property-jvm" % "6.1.3" % Provided,
179
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
180
),
181
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
0 commit comments