From 4c1fdb52b6fa67f3727b73d79718ffbdffefdb89 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 03:50:34 +0000 Subject: [PATCH] Update vavr-test to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08022d3..62a7dff 100644 --- a/build.sbt +++ b/build.sbt @@ -225,7 +225,7 @@ lazy val vavrTest = (project in file("vavr-test")) moduleName := "coregex-vavr-test", description := "VAVR Test bindings for coregex library.", libraryDependencies ++= Seq( - "io.vavr" % "vavr-test" % "0.10.7" % Provided, + "io.vavr" % "vavr-test" % "1.0.0" % Provided, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v"),