Changed ConsoleProgressBar to use longs internally.

This commit is contained in:
Jonathan Bernard
2015-08-06 20:32:41 -05:00
parent be4d89abff
commit f85050f0f2
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "3.10"
version = "3.11"
repositories {
mavenCentral() }