Skip to content

Commit

Permalink
Upgrade dependencies (#202)
Browse files Browse the repository at this point in the history
* dapp upgrade ds-test

* dapp upgrade ds-value

* dapp uninstall ds-token

* dapp install ds-token
  • Loading branch information
gbalabasquer authored Feb 15, 2021
1 parent 62f5485 commit 5fc42eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/ds-token"]
path = lib/ds-token
url = https://github.com/makerdao/ds-token
[submodule "lib/ds-value"]
path = lib/ds-value
url = https://github.com/dapphub/ds-value
[submodule "lib/ds-token"]
path = lib/ds-token
url = https://github.com/dapphub/ds-token
2 changes: 1 addition & 1 deletion lib/ds-test
Submodule ds-test updated 3 files
+11 −1 Makefile
+223 −0 aux/demo.sol
+337 −47 src/test.sol
2 changes: 1 addition & 1 deletion lib/ds-token
Submodule ds-token updated 3 files
+1 −1 lib/ds-auth
+1 −1 lib/ds-math
+1 −1 lib/ds-test
2 changes: 1 addition & 1 deletion lib/ds-value
Submodule ds-value updated 2 files
+1 −1 lib/ds-test
+1 −1 lib/ds-thing

0 comments on commit 5fc42eb

Please sign in to comment.