Skip to content

Commit 8f39702

Browse files
committed
target latest riddley, mark 0.4.3
1 parent 1a4064f commit 8f39702

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Potemkin is a collection of facades and workarounds for things that are more dif
55
[![Build Status](https://travis-ci.org/ztellman/potemkin.png?branch=master)](https://travis-ci.org/ztellman/potemkin)
66

77
```clj
8-
[potemkin "0.4.2"]
8+
[potemkin "0.4.3"]
99
```
1010

1111
### `import-vars`

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
(defproject potemkin "0.4.2"
1+
(defproject potemkin "0.4.3"
22
:license {:name "MIT License"}
33
:description "Some useful facades."
44
:dependencies [[clj-tuple "0.2.2"]
5-
[riddley "0.1.11"]]
5+
[riddley "0.1.12"]]
66
:profiles {:dev {:dependencies [[criterium "0.4.3"]
77
[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"]]}}
99
:global-vars {*warn-on-reflection* true}
1010
:test-selectors {:default #(not (some #{:benchmark}
1111
(cons (:tag %) (keys %))))

0 commit comments

Comments
 (0)