You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2021/03/17 01:35:50 UTC

[daffodil] branch master updated: Update typesafe:config to 1.4.1

This is an automated email from the ASF dual-hosted git repository.

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new b3eccbc  Update typesafe:config to 1.4.1
b3eccbc is described below

commit b3eccbc0c30b6531ea0a506f3cd48cf547f29785
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Mon Mar 8 14:17:32 2021 +0100

    Update typesafe:config to 1.4.1
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 785512a..e918703 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
     "xml-resolver" % "xml-resolver" % "1.2",
     "commons-io" % "commons-io" % "2.8.0",
     "jline" % "jline" % "2.14.6",
-    "com.typesafe" % "config" % "1.4.0"
+    "com.typesafe" % "config" % "1.4.1"
   )
 
   lazy val infoset = Seq(