File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33* edn-java* is a library to parse (read) and print (write) [ edn] ( https://github.com/edn-format/edn ) .
44
5- [ ![ Build Status] ( https://travis-ci.org/bpsm/edn-java.svg?branch=develop )] ( https://travis-ci.org/bpsm/edn-java )
5+ [ ![ Build Status] ( https://travis-ci.org/bpsm/edn-java.svg?branch=master )] ( https://travis-ci.org/bpsm/edn-java )
66
77## Installation
88
@@ -12,7 +12,7 @@ This is a Maven project with the following coordinates:
1212<dependency >
1313 <groupId >us.bpsm</groupId >
1414 <artifactId >edn-java</artifactId >
15- <version >0.5 .0</version >
15+ <version >0.6 .0</version >
1616</dependency >
1717```
1818
@@ -22,7 +22,7 @@ It is available through the OSS Sonatype Releases repository:
2222
2323or the Gradle coordinates:
2424``` groovy
25- compile 'us.bpsm:edn-java:0.5 .0'
25+ compile 'us.bpsm:edn-java:0.6 .0'
2626```
2727## Parsing
2828
You can’t perform that action at this time.
0 commit comments