This is an automated email from the ASF dual-hosted git repository.
slawrence 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 eb4b5f97a Update scalacheck to 1.19.0
eb4b5f97a is described below
commit eb4b5f97a5dffe3bae010ebffb139a32708a2655
Author: Scala Steward <[email protected]>
AuthorDate: Sun Sep 7 13:57:08 2025 +0000
Update scalacheck to 1.19.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index aea0d8a62..2266edff3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -55,7 +55,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.18.1" % "test"
+ "org.scalacheck" %% "scalacheck" % "1.19.0" % "test"
)
lazy val schematron = Seq(