Skip to content

Commit

Permalink
⬆️ bump kotlin 1.2.30 & gradle 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Mar 5, 2018
1 parent b3c563f commit b8e4853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.30-eap-16'
ext.kotlinVersion = '1.2.30'

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

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

compile 'com.github.kotlin-graphics:glm:0a28b5bd9bf0ab553b8489ff9da1d7370d568a22'
compile 'com.github.kotlin-graphics:glm:805bda4fe0d8579afa3d81f8f21c445238ef6b60'

testCompile 'io.kotlintest:kotlintest:2.0.7'

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit b8e4853

Please sign in to comment.