1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-25 03:07:11 -07:00
This commit is contained in:
Cedric Beust 2015-10-11 09:45:07 -07:00
parent 1ef8e4b945
commit 3989ef293d
7 changed files with 89 additions and 64 deletions

View file

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