Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
upgrade dscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed May 10, 2021
1 parent 1bea99d commit 5669c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ sh install.sh

First, install the dependencies:

* [dcd](https://github.com/Hackerpilot/DCD) - Used for auto completion
* [dfmt](https://github.com/Hackerpilot/dfmt) - Used for code formatting
* [dscanner](https://github.com/Hackerpilot/Dscanner) - Used for static code linting
* [dcd](https://github.com/dlang-community/DCD) - Used for auto completion
* [dfmt](https://github.com/dlang-community/dfmt) - Used for code formatting
* [dscanner](https://github.com/dlang-community/Dscanner) - Used for static code linting

Then, run:

Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"painlessjson": "1.4.0",
"standardpaths": "0.8.1",
"dfmt": "0.13.4",
"dscanner": "0.11.0",
"dscanner": "0.11.1",
"inifiled": "1.3.3",
"libdparse": "0.17.0",
"emsi_containers": "0.8.0"
Expand Down

0 comments on commit 5669c0e

Please sign in to comment.