Skip to content

Commit

Permalink
deps: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Nov 4, 2024
1 parent 504c6a8 commit 69d4c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
org.clojure/clojure {:mvn/version "1.12.0"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
http-kit/http-kit {:mvn/version "2.8.0"}
metosin/reitit {:mvn/version "0.7.1"}
metosin/reitit {:mvn/version "0.7.2"}
metosin/muuntaja {:mvn/version "0.6.10"}
buddy/buddy-auth {:mvn/version "3.0.323"}
buddy/buddy-hashers {:mvn/version "2.0.167"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
org.xerial/sqlite-jdbc {:mvn/version "3.46.1.0"}
migratus/migratus {:mvn/version "1.5.6"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1147"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.955"}
org.xerial/sqlite-jdbc {:mvn/version "3.47.0.0"}
migratus/migratus {:mvn/version "1.6.3"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1203"}
ring/ring-json {:mvn/version "0.5.1"}
ring/ring-mock {:mvn/version "0.4.0"}
;; Simple logging implementation using by Buddy for ex
Expand Down Expand Up @@ -82,7 +82,7 @@
;; ------------
;; Updating dependencies with clojure -M:antq --upgrade
:antq
{:deps {com.github.liquidz/antq {:mvn/version "2.9.1221"}}
{:deps {com.github.liquidz/antq {:mvn/version "2.10.1241"}}
:main-opts ["-m" "antq.core"]}}}
;; ------------
;; ---------------------------------------------------------
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
["cljs"]

:dependencies
[[cider/cider-nrepl "0.49.2"]
[[cider/cider-nrepl "0.50.2"]
[refactor-nrepl/refactor-nrepl "3.10.0"]]

:nrepl
Expand Down

0 comments on commit 69d4c61

Please sign in to comment.