Skip to content

Commit

Permalink
Updated ical4j dependency to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 15, 2015
1 parent 7f0bfa6 commit af23d26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
@@ -1,3 +1,5 @@
import aQute.bnd.osgi.Jar

buildscript {
repositories {
mavenCentral()
Expand All @@ -7,7 +9,9 @@ buildscript {
}

dependencies {
classpath 'au.com.ish.gradle:release:2.2.2'
classpath('au.com.ish.gradle:release:2.2.2') {
exclude module: 'svnkit'
}
}
}

Expand All @@ -22,7 +26,7 @@ repositories {
}

dependencies {
compile 'org.mnode.ical4j:ical4j:1.0.5.2'
compile 'org.mnode.ical4j:ical4j:1.0.7-SNAPSHOT'

testCompile 'junit:junit:4.11'
}
Expand Down

0 comments on commit af23d26

Please sign in to comment.