Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Dec 3, 2022
1 parent ff943b9 commit 29adc39
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
],
"targetType": "sourceLibrary",
"dependencies": {
"dub": "~>1.29.2",
"fluent-asserts": "~>1.0.0",
"libdparse": {
"version": ">=0.20.0",
"optional": true
},
"vibe-d:data": "~>0.9.5"
"vibe-d:data": "*"
},
"versions": ["trial_as_dependency"]
"versions": [
"trial_as_dependency"
]
},
{
"name": "unittest",
Expand All @@ -33,7 +34,9 @@
"source/app.d",
"runner/app.d"
],
"lflags": ["-L/opt/homebrew/opt/openssl@3/lib"],
"lflags": [
"-L/opt/homebrew/opt/openssl@3/lib"
],
"sourcePaths": [
"source",
"tests"
Expand All @@ -44,16 +47,12 @@
"tests"
],
"dependencies": {
"dub": "~>1.29.2",
"fluent-asserts": "~>1.0.0",
"libdparse": {
"version": ">=0.20.0",
"optional": true
},
"vibe-d:data": "~>0.9.5"
},
"subConfigurations": {
"dub": "library-nonet"
"vibe-d:data": "*"
}
}
]
Expand Down

0 comments on commit 29adc39

Please sign in to comment.