Skip to content

Commit 508a589

Browse files
committed
use beta version of Fressian with ConvertList extension point
1 parent 9253041 commit 508a589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
:license {:name "Eclipse Public License - v 1.0"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.9.0"]
7-
[org.fressian/fressian "0.6.8"]
7+
[org.fressian/fressian "0.7.0-beta1"]
88
[org.clojure/test.generative "1.1.0" :scope "test"]]
99
:jvm-opts ["-Xmx2g" "-server"])

0 commit comments

Comments
 (0)