Skip to content

Commit 3c38781

Browse files
authored
Merge pull request #198 from SimY4/update/kotest-property-jvm-6.0.5
2 parents 7225da4 + 4b09680 commit 3c38781

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
@@ -148,7 +148,7 @@ lazy val kotest = (project in file("kotest"))
148148
description := "Kotest bindings for coregex library.",
149149
headerEndYear := Some(2025),
150150
libraryDependencies ++= Seq(
151-
"io.kotest" % "kotest-property-jvm" % "6.0.4" % Provided,
151+
"io.kotest" % "kotest-property-jvm" % "6.0.5" % Provided,
152152
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
153153
),
154154
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")

0 commit comments

Comments
 (0)