Skip to content

Commit bae9a1a

Browse files
Update kotest-property-jvm to 6.0.0
1 parent 5be1fc5 commit bae9a1a

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
@@ -133,7 +133,7 @@ lazy val kotest = (project in file("kotest"))
133133
description := "Kotest bindings for coregex library.",
134134
headerEndYear := Some(2025),
135135
libraryDependencies ++= Seq(
136-
"io.kotest" % "kotest-property-jvm" % "5.9.1" % Provided,
136+
"io.kotest" % "kotest-property-jvm" % "6.0.0" % Provided,
137137
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
138138
),
139139
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")

0 commit comments

Comments
 (0)