Skip to content

Commit

Permalink
Fix missing shelljs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neworld committed Dec 14, 2017
1 parent a57b3ab commit b8e1e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'lt.neworld.vd2svg'
version '0.1.1'
version '0.2.0'

buildscript {
ext.kotlin_version = '1.2.0'
Expand All @@ -12,7 +12,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "gradle.plugin.lt.neworld.gradle:gradle-jdeploy-plugin:0.2.1"
classpath "gradle.plugin.lt.neworld.gradle:gradle-jdeploy-plugin:0.3.0"
}
}

Expand Down

0 comments on commit b8e1e3c

Please sign in to comment.