From 9460257e2f6a331b60b06935d81df436caead0bc Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:58:27 +0000 Subject: [PATCH] Update kotest-property-jvm, ... to 6.2.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3d152e7..e06f2b8 100644 --- a/build.sbt +++ b/build.sbt @@ -181,8 +181,8 @@ lazy val kotest = (project in file("kotest")) moduleName := "coregex-kotest", description := "Kotest bindings for coregex library.", libraryDependencies ++= Seq( - "io.kotest" % "kotest-property-jvm" % "6.2.2" % Provided, - "io.kotest" % "kotest-runner-junit6" % "6.2.2" % Test, + "io.kotest" % "kotest-property-jvm" % "6.2.3" % Provided, + "io.kotest" % "kotest-runner-junit6" % "6.2.3" % Test, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), crossPaths := false,