This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 4c0a4d997 Update scalacheck to 1.18.0
4c0a4d997 is described below
commit 4c0a4d997abf41caebb0862cdbdc8ed085ba7b8c
Author: Scala Steward <[email protected]>
AuthorDate: Fri Apr 19 13:41:37 2024 +0000
Update scalacheck to 1.18.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 725ae1f9a..81ee94194 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -52,7 +52,7 @@ object Dependencies {
lazy val test = Seq(
"junit" % "junit" % "4.13.2" % "test",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
- "org.scalacheck" %% "scalacheck" % "1.17.1" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
)
lazy val schematron = Seq(