Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Mar 31, 2024
1 parent 657c1b4 commit 7a0d2bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/tom-tan/ldc:1.32.1",
"image": "ghcr.io/tom-tan/ldc:1.37.0",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
test:
strategy:
matrix:
dc: [dmd-2.102.2, ldc-1.32.1]
dc: [dmd-2.107.1, ldc-1.37.0]
experimental: [false]
include:
- dc: dmd-master
Expand All @@ -40,7 +40,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dlang-community/setup-dlang@v1
Expand All @@ -54,7 +54,7 @@ jobs:
needs: [info, test]
if: github.event_name == 'push' && needs.info.outputs.has_tag == 'true'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2022, Tomoya Tanjo",
"dependencies": {
"schema-salad-d": "~>1.1.0"
"schema-salad-d": "~>1.1.1"
},
"description": "Autogenerated classes for reading and writing CWL objects using the D language.",
"homepage": "https://github.com/common-workflow-lab/cwl-d-auto",
Expand Down
4 changes: 2 additions & 2 deletions dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"automem": "0.6.9",
"cachetools": "0.4.1",
"dyaml": "0.9.2",
"requests": "2.0.9",
"schema-salad-d": "1.1.0",
"requests": "2.1.3",
"schema-salad-d": "1.1.1",
"test_allocator": "0.3.4",
"tinyendian": "0.2.0",
"unit-threaded": "0.10.8"
Expand Down

0 comments on commit 7a0d2bc

Please sign in to comment.