Skip to content

Commit

Permalink
Update jqwik-api, jqwik-engine, ... to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and SimY4 committed Oct 22, 2023
1 parent d6e5fd5 commit f85b205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ lazy val jqwik = (project in file("jqwik"))
description := "JQwik bindings for coregex library.",
headerEndYear := Some(2023),
libraryDependencies ++= Seq(
"net.jqwik" % "jqwik-api" % "1.8.0" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.0" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.0" % Test,
"net.jqwik" % "jqwik-api" % "1.8.1" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.1" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.1" % Test,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
),
Test / parallelExecution := false,
Expand Down

0 comments on commit f85b205

Please sign in to comment.