Skip to content

Commit

Permalink
Update kotest-property-jvm to 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-simy4[bot] committed Jun 9, 2024
1 parent a1a0666 commit 3d7261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ lazy val kotest = (project in file("kotest"))
description := "Kotest bindings for coregex library.",
headerEndYear := Some(2024),
libraryDependencies ++= Seq(
"io.kotest" % "kotest-property-jvm" % "5.9.0" % Provided,
"io.kotest" % "kotest-property-jvm" % "5.9.1" % Provided,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
),
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
Expand Down

0 comments on commit 3d7261f

Please sign in to comment.