File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Potemkin is a collection of facades and workarounds for things that are more dif
5
5
[ ![ Build Status] ( https://travis-ci.org/ztellman/potemkin.png?branch=master )] ( https://travis-ci.org/ztellman/potemkin )
6
6
7
7
``` clj
8
- [potemkin " 0.4.2 " ]
8
+ [potemkin " 0.4.3 " ]
9
9
```
10
10
11
11
### ` import-vars `
Original file line number Diff line number Diff line change 1
- (defproject potemkin " 0.4.2 "
1
+ (defproject potemkin " 0.4.3 "
2
2
:license {:name " MIT License" }
3
3
:description " Some useful facades."
4
4
:dependencies [[clj-tuple " 0.2.2" ]
5
- [riddley " 0.1.11 " ]]
5
+ [riddley " 0.1.12 " ]]
6
6
:profiles {:dev {:dependencies [[criterium " 0.4.3" ]
7
7
[collection-check " 0.1.6" ]]}
8
- :provided {:dependencies [[org.clojure/clojure " 1.8.0-RC2 " ]]}}
8
+ :provided {:dependencies [[org.clojure/clojure " 1.8.0-RC4 " ]]}}
9
9
:global-vars {*warn-on-reflection* true }
10
10
:test-selectors {:default #(not (some #{:benchmark }
11
11
(cons (:tag %) (keys %))))
You can’t perform that action at this time.
0 commit comments