Skip to content
Snippets Groups Projects
Commit 4ad88ae6 authored by Cam Saül's avatar Cam Saül
Browse files

Bump deps :flushed:

parent 0b0e9230
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
:exclusions [org.clojure/clojure]]
[lein-bikeshed "0.3.0"] ; Linting
[lein-expectations "0.0.8"] ; run unit tests with 'lein expectations'
[lein-instant-cheatsheet "2.2.0" ; use awesome instant cheatsheet created by yours truly w/ 'lein instant-cheatsheet'
[lein-instant-cheatsheet "2.2.1" ; use awesome instant cheatsheet created by yours truly w/ 'lein instant-cheatsheet'
:exclusions [org.clojure/clojure
org.clojure/tools.namespace]]]
:env {:mb-run-mode "dev"}
......
......@@ -590,7 +590,7 @@
(defn drop-first-arg
"Returns a new fn that drops its first arg and applies the rest to the original.
Useful for creating `extend` method maps when you don't care about the `this` param.
Useful for creating `extend` method maps when you don't care about the `this` param. :flushed:
((drop-first-arg :value) xyz {:value 100}) -> (apply :value [{:value 100}]) -> 100"
^clojure.lang.IFn [^clojure.lang.IFn f]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment