Skip to content

Commit 3f78a69

Browse files
committed
☕ Update udd to 0.7.2
1 parent d917014 commit 3f78a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ help:
99

1010
tools: FORCE ## Install development tools
1111
@mkdir -p ${TOOLS}
12-
@deno install -A -f -n udd --root ${TOOLS} https://deno.land/x/udd@0.4.0/main.ts
12+
@deno install -A -f -n udd --root ${TOOLS} https://deno.land/x/udd@0.7.2/main.ts
1313

1414
fmt: FORCE ## Format code
1515
@deno fmt --ignore=.deno

0 commit comments

Comments
 (0)