You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/09/19 18:20:45 UTC

[daffodil] branch main updated: Update scalacheck to 1.17.0

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 3e574296d Update scalacheck to 1.17.0
3e574296d is described below

commit 3e574296d1b539e42d9bdd666bd3f206a574164b
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Mon Sep 19 12:47:18 2022 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 881a360a7..f86a09b31 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.16.0" % "it,test"
+    "org.scalacheck" %% "scalacheck" % "1.17.0" % "it,test"
   )
 
   lazy val schematron = Seq(