Update test.check to 0.10.0
This commit is contained in:
parent
87e44ae6a6
commit
5e10bdc0fa
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
The following changes have been committed to the **master** branch since the 1.0.5 release:
|
The following changes have been committed to the **master** branch since the 1.0.5 release:
|
||||||
|
|
||||||
* Fix #52 by replacing `clojure.string/lower-case` with a US-locale function to avoid breakage in locales such as Turkish.
|
* Fix #52 by replacing `clojure.string/lower-case` with a US-locale function to avoid breakage in locales such as Turkish.
|
||||||
|
* Update `org.clojure/test.check` to `"0.10.0"`.
|
||||||
|
|
||||||
## Stable Builds
|
## Stable Builds
|
||||||
|
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -3,7 +3,7 @@
|
||||||
org.clojure/java.data {:mvn/version "0.1.1"}}
|
org.clojure/java.data {:mvn/version "0.1.1"}}
|
||||||
:aliases
|
:aliases
|
||||||
{:test {:extra-paths ["test"]
|
{:test {:extra-paths ["test"]
|
||||||
:extra-deps {org.clojure/test.check {:mvn/version "0.10.0-RC1"}
|
:extra-deps {org.clojure/test.check {:mvn/version "0.10.0"}
|
||||||
;; connection pooling
|
;; connection pooling
|
||||||
com.zaxxer/HikariCP {:mvn/version "3.3.1"}
|
com.zaxxer/HikariCP {:mvn/version "3.3.1"}
|
||||||
com.mchange/c3p0 {:mvn/version "0.9.5.4"}
|
com.mchange/c3p0 {:mvn/version "0.9.5.4"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue