Skip to content

Commit

Permalink
Update kotest-property-jvm to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and SimY4 committed Sep 10, 2023
1 parent 5023864 commit a04fc3f
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(2023),
libraryDependencies ++= Seq(
"io.kotest" % "kotest-property-jvm" % "5.7.1" % Provided,
"io.kotest" % "kotest-property-jvm" % "5.7.2" % Provided,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
),
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
Expand Down

0 comments on commit a04fc3f

Please sign in to comment.