Skip to content

Commit 4286338

Browse files
committed
Update dependencies
1 parent 6d1a191 commit 4286338

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/tom-tan/ldc:1.37.0",
2+
"image": "ghcr.io/tom-tan/ldc:1.39.0",
33
"runArgs": [
44
"--cap-add=SYS_PTRACE",
55
"--security-opt",
@@ -24,7 +24,7 @@
2424
]
2525
}
2626
},
27-
"remoteUser": "vscode",
27+
"containerUser": "vscode",
2828
"features": {
2929
"ghcr.io/devcontainers/features/python:1": {}
3030
},

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
strategy:
3333
matrix:
34-
dc: [dmd-2.107.1, ldc-1.37.0]
34+
dc: [dmd-2.109.1, ldc-1.39.0]
3535
experimental: [false]
3636
include:
3737
- dc: dmd-master

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"copyright": "Copyright © 2022, Tomoya Tanjo",
66
"dependencies": {
7-
"schema-salad-d": "~>1.1.3"
7+
"schema-salad-d": "~>1.1.5"
88
},
99
"description": "Autogenerated classes for reading and writing CWL objects using the D language.",
1010
"homepage": "https://github.com/common-workflow-lab/cwl-d-auto",

dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cachetools": "0.4.1",
66
"dyaml": "0.10.0",
77
"requests": "2.1.3",
8-
"schema-salad-d": "1.1.3",
8+
"schema-salad-d": "1.1.5",
99
"test_allocator": "0.3.4",
1010
"tinyendian": "0.2.0",
1111
"unit-threaded": "0.10.8"

0 commit comments

Comments
 (0)