Skip to content

Commit

Permalink
⬆️ Kotlin 1.2.30 eap 16 and Gradle 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Feb 15, 2018
1 parent 285f004 commit cb51db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.21'
ext.kotlinVersion = '1.2.30-eap-16'

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

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

compile 'com.github.kotlin-graphics:glm:4dfa81094ac86ae9ab62719d9ea6bcd1f5cb5bc3'
compile 'com.github.kotlin-graphics:glm:63724ee72e719842addce7a55113225a00cf085f'

testCompile 'io.kotlintest:kotlintest:2.0.7'

Expand All @@ -45,7 +45,7 @@ dependencies {
ext.lwjglNatives = "natives-macos"
break
}
ext.lwjglVersion = "3.1.5-SNAPSHOT"
ext.lwjglVersion = "3.1.6-SNAPSHOT"
compile "org.lwjgl:lwjgl:${lwjglVersion}"
compile "org.lwjgl:lwjgl-glfw:${lwjglVersion}"
compile "org.lwjgl:lwjgl-jemalloc:${lwjglVersion}"
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.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip

0 comments on commit cb51db0

Please sign in to comment.