1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-25 03:07:11 -07:00

New Kobalt.findPlugin() API

This commit is contained in:
Cedric Beust 2015-10-11 12:04:43 -07:00
parent 3989ef293d
commit 5e9b3d0000
4 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ apply plugin: 'kotlin'
dependencies {
compile "com.google.guava:guava:18.0"
compile "com.beust:kobalt:0.170"
compile "com.beust:kobalt:0.171"
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'