From 2fdc389c096a93106607989cd2938ba0a95dcc30 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:31:00 +0000 Subject: [PATCH] Update vavr-test to 0.10.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3d6bf55..245d592 100644 --- a/build.sbt +++ b/build.sbt @@ -152,7 +152,7 @@ lazy val vavrTest = (project in file("vavr-test")) description := "VAVR Test bindings for coregex library.", headerEndYear := Some(2024), libraryDependencies ++= Seq( - "io.vavr" % "vavr-test" % "0.10.4" % Provided, + "io.vavr" % "vavr-test" % "0.10.5" % Provided, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")