Skip to content

Commit

Permalink
Bump deps (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky authored Jun 2, 2024
1 parent d78f5f2 commit 6515c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src"]
:deps {org.clojure/spec.alpha {:mvn/version "0.4.233"}
:deps {org.clojure/spec.alpha {:mvn/version "0.5.238"}
spec-dict/spec-dict {:mvn/version "0.2.1"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1126"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.925"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
weavejester/dependency {:mvn/version "0.2.1"}
differ/differ {:mvn/version "0.3.3"}
slingshot/slingshot {:mvn/version "0.12.2"}
Expand All @@ -14,7 +14,7 @@

:aliases
{:dev {:extra-paths ["dev"]
:extra-deps {org.clojure/clojure {:mvn/version "1.11.2"}
:extra-deps {org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.namespace {:mvn/version "1.5.0"}
hashp/hashp {:mvn/version "0.2.2"}
org.postgresql/postgresql {:mvn/version "42.7.3"}}}
Expand All @@ -26,7 +26,7 @@
:exec-args {:multithread? false
:test-warn-time 500}}

:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1194"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
; suppress logger output
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
:main-opts ["-m" "antq.core" "--no-diff"
Expand Down

0 comments on commit 6515c29

Please sign in to comment.