Skip to content

Commit

Permalink
deps(rollback) jetty 12.x -> 11.x for SDK compat
Browse files Browse the repository at this point in the history
  • Loading branch information
iomonad committed Mar 22, 2024
1 parent 8d9f3a1 commit 2fed3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:password :env/clojars_password
:sign-releases false}]]
:profiles {:dev {:dependencies [[org.clojure/tools.namespace "1.5.0"]
[org.eclipse.jetty/jetty-server "12.0.7"]
[org.eclipse.jetty/jetty-server "11.0.15"]
[clj-http "3.12.3"]]
:source-paths ["dev"]}}
:repl-options {:init-ns user}
Expand Down

0 comments on commit 2fed3c0

Please sign in to comment.