Skip to content

Commit

Permalink
Merge pull request #118 from SimY4/update/vavr-test-0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 authored Oct 20, 2024
2 parents ba822f2 + 2fdc389 commit de6a1ae
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 @@ -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")
Expand Down

0 comments on commit de6a1ae

Please sign in to comment.