We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a63142d + 37f1f81 commit dd67463Copy full SHA for dd67463
build.sbt
@@ -164,7 +164,7 @@ lazy val vavrTest = (project in file("vavr-test"))
164
description := "VAVR Test bindings for coregex library.",
165
headerEndYear := Some(2025),
166
libraryDependencies ++= Seq(
167
- "io.vavr" % "vavr-test" % "0.10.6" % Provided,
+ "io.vavr" % "vavr-test" % "0.10.7" % Provided,
168
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
169
),
170
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
0 commit comments