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

Commit 5669c0e

Browse files
committed
upgrade dscanner
1 parent 1bea99d commit 5669c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ sh install.sh
3030

3131
First, install the dependencies:
3232

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

3737
Then, run:
3838

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"painlessjson": "1.4.0",
1313
"standardpaths": "0.8.1",
1414
"dfmt": "0.13.4",
15-
"dscanner": "0.11.0",
15+
"dscanner": "0.11.1",
1616
"inifiled": "1.3.3",
1717
"libdparse": "0.17.0",
1818
"emsi_containers": "0.8.0"

0 commit comments

Comments
 (0)