We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641d43 commit 4e96566Copy full SHA for 4e96566
1 file changed
project.clj
@@ -77,7 +77,7 @@
77
:target-path "target/%s/"
78
:main ^:skip-aot mdr2.core
79
80
- :plugins [[lein-kibit "0.1.8"]
+ :plugins [[lein-kibit "0.1.11"]
81
[lein-codox "0.10.8"]]
82
83
:codox {:project {:name "Madras2"}
@@ -121,9 +121,9 @@
121
[re-frisk "1.6.0"]
122
[ring/ring-devel "1.11.0"]
123
[ring/ring-mock "0.4.0"]]
124
- :plugins [[com.jakemccrary/lein-test-refresh "0.25.0"]
125
- [jonase/eastwood "1.3.0"]
126
- [cider/cider-nrepl "0.29.0"]]
+ :plugins [[com.jakemccrary/lein-test-refresh "0.26.0"]
+ [jonase/eastwood "1.4.3"]
+ [cider/cider-nrepl "0.58.0"]]
127
128
129
:source-paths ["env/dev/clj" "env/dev/cljs" "test/cljs" ]
0 commit comments