Skip to content

Commit

Permalink
⬆️ glm up, kt 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Dec 7, 2017
1 parent 79837a0 commit 98721f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

buildscript {

ext.kotlinVersion = '1.2.0-rc-39'
ext.kotlinVersion = '1.2.0'

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

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

compile 'com.github.kotlin-graphics:glm:e98d7cb30db98c38073c415c2c39df533e0a60c1'
compile 'com.github.kotlin-graphics:glm:70b4eb23b05153de66137bb3dba0446eb77654f0'

testCompile 'io.kotlintest:kotlintest:2.0.7'

Expand Down

0 comments on commit 98721f9

Please sign in to comment.