From ceabd49508556bb9a37024ed707e86ae157d359f Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 16 Oct 2021 22:43:43 -0700 Subject: [PATCH] bump deps --- .gitignore | 1 + deps.edn | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db6dee7..7688027 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ .lsp/sqlite.db .nrepl-history .nrepl-port +.portal .project .rebel_readline_history .settings diff --git a/deps.edn b/deps.edn index da6cd61..54148e8 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ :aliases {;; for help: clojure -A:deps -T:build help/doc :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} ;; versions to test against: