Skip to content

Commit

Permalink
(maint) Drop vestigial dynapath :dependency pin
Browse files Browse the repository at this point in the history
It was now causing pedantic? failures, and it looks like (presumbaly
via the clj-parent update) we now pull in a new enough version.

cf. da3c364
  • Loading branch information
rbrw committed May 7, 2024
1 parent 6905d48 commit 5497906
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@
[clj-http "3.12.3"]
[commons-io]
[compojure]
[ring/ring-core]

;; fixing a illegal reflective access
[org.tcrawley/dynapath "1.0.0"]]
[ring/ring-core]]

:jvm-opts ~pdb-jvm-opts

Expand Down

0 comments on commit 5497906

Please sign in to comment.