Skip to content

Commit

Permalink
⬆️ glm
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Jan 19, 2018
1 parent d56e6c5 commit 7bf0962
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 @@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

buildscript {

ext.kotlinVersion = '1.2.20-eap-71'
ext.kotlinVersion = '1.2.20'

repositories {
jcenter() // shadow
Expand All @@ -31,7 +31,7 @@ dependencies {

compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

compile 'com.github.kotlin-graphics:gli:a1e75ce166b7275679cd10ac43efb6d2be8e7c0b'
compile 'com.github.kotlin-graphics:gli:0af2c60c31aef41b32058fb117a895e8f9a77368'

testCompile 'io.kotlintest:kotlintest:2.0.7'

Expand Down

0 comments on commit 7bf0962

Please sign in to comment.