Merge branch 'dev'
This commit is contained in:
commit
61053705a6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Current [semantic](http://semver.org/) version:
|
Current [semantic](http://semver.org/) version:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "0.10.2"]
|
[com.taoensso/nippy "0.10.3"]
|
||||||
```
|
```
|
||||||
|
|
||||||
**Breaking changes** since _0.9.x_:
|
**Breaking changes** since _0.9.x_:
|
||||||
|
|
@ -36,7 +36,7 @@ lein2 all test
|
||||||
Depend on Nippy in your `project.clj`:
|
Depend on Nippy in your `project.clj`:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "0.10.2"]
|
[com.taoensso/nippy "0.10.3"]
|
||||||
```
|
```
|
||||||
|
|
||||||
and `require` the library:
|
and `require` the library:
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
(defproject com.taoensso/nippy "0.10.2"
|
(defproject com.taoensso/nippy "0.10.3"
|
||||||
:description "Simple, high-performance Clojure serialization library."
|
:description "Simple, high-performance Clojure serialization library."
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
:license {:name "Eclipse Public License"}
|
:license {:name "Eclipse Public License"}
|
||||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||||
[org.xerial.snappy/snappy-java "1.0.5-M1"]]
|
[org.xerial.snappy/snappy-java "1.0.5-M2"]]
|
||||||
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
|
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
|
||||||
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
|
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
|
||||||
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha3"]]}
|
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha3"]]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue