Skip to content

Commit

Permalink
Merge pull request #1 from green-labs/update-tools-build
Browse files Browse the repository at this point in the history
Update tools.build to v0.7.5
  • Loading branch information
namenu authored Feb 4, 2022
2 parents fc2a53a + 2d4f920 commit d2811ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tools.build 사용하듯이 `:build` 별칭으로 사용할 수 있습니다.
```clojure
{,,,
:aliases {:build {:deps {io.github.green-labs/build-clj
{:git/tag "v0.0.3" :git/sha "64758bc"}}
{:git/tag "v0.0.4" :git/sha "e6e14c9"}}
:ns-default greenlabs.build}}
,,,}
```
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
io.github.clojure/tools.build {:git/tag "v0.6.7" :git/sha "8cca4f4"}}
io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}}
:tools/usage {:ns-default greenlabs.build}}

0 comments on commit d2811ca

Please sign in to comment.