From de0c2edfa0a204434acf9ce9f36a3125f8a3f6ce Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Sat, 19 Nov 2022 05:27:09 +0000 Subject: [PATCH] Update dependencies --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 56a8a21..7e45ee3 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2022, Tomoya Tanjo", "dependencies": { - "schema-salad-d": "~>0.10.2" + "schema-salad-d": "~>0.10.3" }, "description": "Autogenerated classes for reading and writing CWL objects using the D language.", "homepage": "https://github.com/common-workflow-lab/cwl-d-auto", diff --git a/dub.selections.json b/dub.selections.json index c377780..d2897ed 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,7 +4,7 @@ "cachetools": "0.3.1", "dyaml": "0.9.2", "requests": "2.0.9", - "schema-salad-d": "0.10.2", + "schema-salad-d": "0.10.3", "tinyendian": "0.2.0" } }