Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zardoz89 committed May 6, 2021
2 parents cae9876 + c93a531 commit c49ed26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.5

* Switching to GitHub CI
* Update tests to use Silly 1.1
* Tweaks on tests dependencies (optional: true)

# v0.3.4

* Update to DLang frontend 2.91
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"importPaths": ["source", "tests"],
"sourcePaths": ["source", "tests"],
"dependencies": {
"silly": "~>1.0.2"
"silly": {"version": "~>1.1", "optional": true, "default": true}
}
}
],
Expand Down

0 comments on commit c49ed26

Please sign in to comment.