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 19:28:23 -07:00
parent d772f498a8
commit 7780a54ffb
5 changed files with 8 additions and 10 deletions

View file

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