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-07 23:06:15 -07:00
parent 72d27ac7d4
commit d6a5bd6268
3 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ val project = kotlinProject {
version = "0.8"
dependencies {
compile("com.beust:kobalt:0.15")
compile("com.beust:kobalt:0.154")
}
}