File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Download [the latest JAR][1] or grab via Maven:
3636<dependency >
3737 <groupId >com.imsweb</groupId >
3838 <artifactId >x12-parser</artifactId >
39- <version >1.14 </version >
39+ <version >1.15 </version >
4040</dependency >
4141```
4242
4343or via Gradle:
4444
4545``` groovy
46- compile 'com.imsweb:x12-parser:1.14 '
46+ compile 'com.imsweb:x12-parser:1.15 '
4747```
4848
4949[ 1 ] : http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515group = ' com.imsweb'
16- version = ' 1.14 '
16+ version = ' 1.15 '
1717description = ' Java client library for parsing x12 files'
1818
1919tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments