Skip to content

Commit 1c25fc1

Browse files
authored
Merge pull request #202 from SimY4/update/kotest-property-jvm-6.0.7
2 parents 5ee2420 + 793c62e commit 1c25fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lazy val kotest = (project in file("kotest"))
181181
description := "Kotest bindings for coregex library.",
182182
headerEndYear := Some(2025),
183183
libraryDependencies ++= Seq(
184-
"io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided,
184+
"io.kotest" % "kotest-property-jvm" % "6.0.7" % Provided,
185185
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
186186
),
187187
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")

0 commit comments

Comments
 (0)