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.15 </version >
39+ <version >1.16 </version >
4040</dependency >
4141```
4242
4343or via Gradle:
4444
4545``` groovy
46- compile 'com.imsweb:x12-parser:1.15 '
46+ compile 'com.imsweb:x12-parser:1.16 '
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 @@ -15,7 +15,7 @@ plugins {
1515}
1616
1717group = ' com.imsweb'
18- version = ' 1.16-SNAPSHOT '
18+ version = ' 1.16'
1919description = ' Java client library for parsing x12 files'
2020
2121tasks. withType(JavaCompile ). configureEach {
You can’t perform that action at this time.
0 commit comments