We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c678 commit 401ff5bCopy full SHA for 401ff5b
pom.xml
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>org.fressian</groupId>
40
<artifactId>fressian</artifactId>
41
- <version>0.6.5</version>
+ <version>0.6.6</version>
42
</dependency>
43
44
<groupId>org.clojure</groupId>
project.clj
@@ -4,6 +4,6 @@
4
:license {:name "Eclipse Public License - v 1.0"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:dependencies [[org.clojure/clojure "1.6.0"]
7
- [org.fressian/fressian "0.6.5"]
+ [org.fressian/fressian "0.6.6"]
8
[org.clojure/test.generative "0.5.1" :scope "test"]]
9
:jvm-opts ["-Xmx2g" "-server"])
0 commit comments