Skip to content

Commit 1daf4f1

Browse files
Update kotest-property-jvm to 6.1.3
1 parent 49b7a03 commit 1daf4f1

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
@@ -175,7 +175,7 @@ lazy val kotest = (project in file("kotest"))
175175
moduleName := "coregex-kotest",
176176
description := "Kotest bindings for coregex library.",
177177
libraryDependencies ++= Seq(
178-
"io.kotest" % "kotest-property-jvm" % "6.1.2" % Provided,
178+
"io.kotest" % "kotest-property-jvm" % "6.1.3" % Provided,
179179
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
180180
),
181181
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")

0 commit comments

Comments
 (0)