Skip to content

Commit 00cdfc0

Browse files
authored
Merge pull request #177 from SimY4/update/kotest-property-jvm-6.0.1
2 parents 319d406 + 90311eb commit 00cdfc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lazy val functionaljavaQuickcheck = (project in file("functionaljava-quickcheck"
7878
description := "Functionaljava quickcheck bindings for coregex library.",
7979
headerEndYear := Some(2025),
8080
libraryDependencies ++= Seq(
81-
"org.functionaljava" % "functionaljava-quickcheck" % "5.0" % Provided exclude("junit", "junit"),
81+
"org.functionaljava" % "functionaljava-quickcheck" % "5.0" % Provided exclude ("junit", "junit"),
8282
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
8383
),
8484
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v")
@@ -113,7 +113,7 @@ lazy val junitQuickcheck = (project in file("junit-quickcheck"))
113113
description := "JUnit Quickcheck bindings for coregex library.",
114114
headerEndYear := Some(2025),
115115
libraryDependencies ++= Seq(
116-
"com.pholser" % "junit-quickcheck-core" % "1.0" % Provided exclude("junit", "junit"),
116+
"com.pholser" % "junit-quickcheck-core" % "1.0" % Provided exclude ("junit", "junit"),
117117
"com.pholser" % "junit-quickcheck-generators" % "1.0" % Test,
118118
"org.slf4j" % "slf4j-simple" % "1.7.25" % Test,
119119
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
@@ -131,7 +131,7 @@ lazy val kotest = (project in file("kotest"))
131131
description := "Kotest bindings for coregex library.",
132132
headerEndYear := Some(2025),
133133
libraryDependencies ++= Seq(
134-
"io.kotest" % "kotest-property-jvm" % "6.0.0" % Provided,
134+
"io.kotest" % "kotest-property-jvm" % "6.0.1" % Provided,
135135
"com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test
136136
),
137137
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")

0 commit comments

Comments
 (0)