Skip to content

Commit

Permalink
Update jqwik-api, jqwik-engine, ... to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-simy4[bot] authored and SimY4 committed Nov 26, 2023
1 parent fb57b3f commit d88aef0
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.1" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.1" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.1" % Test,
"net.jqwik" % "jqwik-api" % "1.8.2" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.2" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.2" % Test,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
),
Test / parallelExecution := false,
Expand Down

0 comments on commit d88aef0

Please sign in to comment.