Skip to content

Commit db54ca1

Browse files
committed
version up 0.2.0
1 parent a447d7f commit db54ca1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'groovy'
22
apply plugin: 'maven'
33

4-
version = '0.1.1'
4+
version = '0.2.0'
55
group = 'co.riiid'
66

77
repositories {
@@ -12,5 +12,6 @@ dependencies {
1212
compile gradleApi()
1313
compile localGroovy()
1414
compile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
15+
compile 'org.zeroturnaround:zt-zip:1.8'
1516
testCompile group: 'junit', name: 'junit', version: '4.11'
1617
}

0 commit comments

Comments
 (0)