Skip to content

Commit

Permalink
Merge pull request #115 from SimY4/update/jqwik-api-1.9.1
Browse files Browse the repository at this point in the history
Update jqwik-api, jqwik-engine, ... to 1.9.1
  • Loading branch information
SimY4 authored Oct 6, 2024
2 parents 447cf25 + b8cdd56 commit 1681049
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ lazy val jqwik = (project in file("jqwik"))
description := "JQwik bindings for coregex library.",
headerEndYear := Some(2024),
libraryDependencies ++= Seq(
"net.jqwik" % "jqwik-api" % "1.9.0" % Provided,
"net.jqwik" % "jqwik-engine" % "1.9.0" % Test,
"net.jqwik" % "jqwik-testing" % "1.9.0" % Test,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
"net.jqwik" % "jqwik-api" % "1.9.1" % Provided,
"net.jqwik" % "jqwik-engine" % "1.9.1" % Test,
"net.jqwik" % "jqwik-testing" % "1.9.1" % Test,
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
),
Test / parallelExecution := false,
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
Expand Down Expand Up @@ -121,8 +121,8 @@ lazy val kotest = (project in file("kotest"))
description := "Kotest bindings for coregex library.",
headerEndYear := Some(2024),
libraryDependencies ++= Seq(
"io.kotest" % "kotest-property-jvm" % "5.9.1" % Provided,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
"io.kotest" % "kotest-property-jvm" % "5.9.1" % Provided,
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
),
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
)
Expand Down Expand Up @@ -152,8 +152,8 @@ 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,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
"io.vavr" % "vavr-test" % "0.10.4" % Provided,
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
),
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
)
Expand Down
18 changes: 9 additions & 9 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit 1681049

Please sign in to comment.