Skip to content

Commit

Permalink
deps: use latest pedestal version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Jan 9, 2025
1 parent 347412c commit 21e0229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@

;; Pedestal
[org.clojure/core.async "1.7.701" :exclusions [org.clojure/tools.reader]]
[io.pedestal/pedestal.service "0.5.8" :exclusions [org.clojure/tools.reader
[io.pedestal/pedestal.service "0.7.2" :exclusions [org.clojure/tools.reader
org.clojure/core.async
org.clojure/core.memoize]]
[javax.servlet/javax.servlet-api "4.0.1"]
[jakarta.servlet/jakarta.servlet-api "5.0.0"]
[org.slf4j/slf4j-log4j12 "2.0.16"]

[criterium "0.4.6"]]}
Expand Down

0 comments on commit 21e0229

Please sign in to comment.