Skip to content

Commit

Permalink
update utility to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Sep 25, 2018
1 parent ac8f71b commit bc965bc
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 @@ -55,9 +55,9 @@ dependencies {
compile "org.apache.poi:poi-ooxml-schemas:${poiVersion}"

// dua3 utility
compile group: 'com.dua3.utility', name: 'utility', version: '0.16.0'
swingCompile group: 'com.dua3.utility', name: 'utility', version: '0.16.0'
samplesCompile group: 'com.dua3.utility', name: 'utility', version: '0.16.0'
compile group: 'com.dua3.utility', name: 'utility', version: '1.0'
swingCompile group: 'com.dua3.utility', name: 'utility', version: '1.0'
samplesCompile group: 'com.dua3.utility', name: 'utility', version: '1.0'

// JUnit
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit bc965bc

Please sign in to comment.