Skip to content

Commit

Permalink
Update ili2c to 5.4 and iox-ili to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Dec 13, 2023
1 parent 5c88416 commit af62695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ repositories {

dependencies {
implementation group: 'ch.interlis', name: 'iox-api', version: '1.0.4'
implementation group: 'ch.interlis', name: 'iox-ili', version: '1.21.8'
implementation group: 'ch.interlis', name: 'ili2c-tool', version: "5.2.3"
implementation group: 'ch.interlis', name: 'ili2c-core', version: "5.2.3"
implementation group: 'ch.interlis', name: 'iox-ili', version: '1.22.0'
implementation group: 'ch.interlis', name: 'ili2c-tool', version: "5.4.0"
implementation group: 'ch.interlis', name: 'ili2c-core', version: "5.4.0"
implementation group: 'com.vividsolutions', name: 'jts-core', version: '1.14.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
Expand Down

0 comments on commit af62695

Please sign in to comment.