Skip to content

Commit

Permalink
Merge pull request #306 from kinke/dub_1.38
Browse files Browse the repository at this point in the history
Bump dub to v1.38.0
  • Loading branch information
atilaneves authored Jun 11, 2024
2 parents 286ca85 + c758f84 commit ae87d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mainSourceFile": "src/reggae/reggae_main.d",
"preGenerateCommands": ["rdmd $PACKAGE_DIR/list_payload.d $PACKAGE_DIR"],
"dependencies": {
"dub": "~>1.37.0"
"dub": "~>1.38.0"
},
"subConfigurations": {
"dub": "library"
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileVersion": 1,
"versions": {
"dub": "1.37.0",
"dub": "1.38.0",
"unit-threaded": "2.2.0"
}
}

0 comments on commit ae87d54

Please sign in to comment.