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 3bbebe838 Update scalacheck to 1.16.0
3bbebe838 is described below
commit 3bbebe8380e5e3a709ef34391b39a89d0f101676
Author: Scala Steward <[email protected]>
AuthorDate: Fri Apr 8 10:07:11 2022 +0200
Update scalacheck to 1.16.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 93825af28..485bd2b88 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -52,7 +52,7 @@ object Dependencies {
lazy val test = Seq(
"junit" % "junit" % "4.13.2" % "it,test",
"com.github.sbt" % "junit-interface" % "0.13.3" % "it,test",
- "org.scalacheck" %% "scalacheck" % "1.15.4" % "it,test"
+ "org.scalacheck" %% "scalacheck" % "1.16.0" % "it,test"
)
lazy val schematron = Seq(