Skip to content

Commit

Permalink
Merge pull request #18 from yetanalytics/deps-updates
Browse files Browse the repository at this point in the history
Deps updates
  • Loading branch information
kelvinqian00 committed Jan 23, 2024
2 parents 409356d + 51638c3 commit 6c3bdff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.edn
@@ -1,13 +1,13 @@
{:paths ["src/lib" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
io.pedestal/pedestal.service {:mvn/version "0.5.9"}
buddy/buddy-sign {:mvn/version "3.4.333"}
io.pedestal/pedestal.service {:mvn/version "0.6.3"}
buddy/buddy-sign {:mvn/version "3.5.351"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
cheshire/cheshire {:mvn/version "5.10.1"}
cheshire/cheshire {:mvn/version "5.12.0"}
org.clojure/core.async {:mvn/version "1.5.648"}}
:aliases
{:dev {:extra-paths ["src/dev"]
:extra-deps {io.pedestal/pedestal.jetty {:mvn/version "0.5.9"}
:extra-deps {io.pedestal/pedestal.jetty {:mvn/version "0.6.3"}
ch.qos.logback/logback-classic
{:mvn/version "1.2.9"
:exclusions [org.slf4j/slf4j-api]}}}
Expand Down

0 comments on commit 6c3bdff

Please sign in to comment.