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 71a2fa87a Update scalacheck to 1.17.1
71a2fa87a is described below

commit 71a2fa87aaa9f12efef0a2f87743898e0c71e641
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 17 13:25:43 2024 +0000

    Update scalacheck to 1.17.1
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 50bea9466..725ae1f9a 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.0" % "test",
+    "org.scalacheck" %% "scalacheck" % "1.17.1" % "test",
   )
 
   lazy val schematron = Seq(

Reply via email to