deps: bump deps in examples/buddy-auth

This commit is contained in:
Joel Kaasinen 2024-04-19 14:05:42 +03:00
parent 59df1f995b
commit cc9863c95f

View file

@ -1,7 +1,7 @@
(defproject ring-example "0.1.0-SNAPSHOT"
(defproject buddy-auth "0.1.0-SNAPSHOT"
:description "Reitit Buddy Auth App"
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-jetty-adapter "1.8.1"]
:dependencies [[org.clojure/clojure "1.11.2"]
[ring/ring-jetty-adapter "1.12.1"]
[metosin/reitit "0.7.0-alpha7"]
[buddy "2.0.0"]]
:repl-options {:init-ns example.server})