Skip to content

Commit

Permalink
update lib-elo version to get latest fixes (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: John Burns <wakingrufus@gmail.com>
  • Loading branch information
wakingrufus authored Jan 8, 2018
1 parent 2a68b2c commit db89d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}

version = "0.4.0"
version = "0.4.1"

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
Expand All @@ -41,7 +41,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile 'no.tornado:tornadofx:1.7.12'
compile 'no.tornado:tornadofx-controls:1.0.6'
compile 'com.github.wakingrufus:lib-elo:0.3.0'
compile 'com.github.wakingrufus:lib-elo:0.3.1'

testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
Expand Down

0 comments on commit db89d52

Please # to comment.