bump deps
This commit is contained in:
parent
9052626805
commit
ceabd49508
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@
|
||||||
.lsp/sqlite.db
|
.lsp/sqlite.db
|
||||||
.nrepl-history
|
.nrepl-history
|
||||||
.nrepl-port
|
.nrepl-port
|
||||||
|
.portal
|
||||||
.project
|
.project
|
||||||
.rebel_readline_history
|
.rebel_readline_history
|
||||||
.settings
|
.settings
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -4,7 +4,7 @@
|
||||||
:aliases
|
:aliases
|
||||||
{;; for help: clojure -A:deps -T:build help/doc
|
{;; for help: clojure -A:deps -T:build help/doc
|
||||||
:build {:deps {io.github.seancorfield/build-clj
|
:build {:deps {io.github.seancorfield/build-clj
|
||||||
{:git/tag "v0.5.0" :git/sha "2ceb95a"}}
|
{:git/tag "v0.5.2" :git/sha "8f75b81"}}
|
||||||
:ns-default build}
|
:ns-default build}
|
||||||
|
|
||||||
;; versions to test against:
|
;; versions to test against:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue