File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
11
11
12
12
buildscript {
13
13
14
- ext. kotlinVersion = ' 1.2.70 '
14
+ ext. kotlinVersion = ' 1.3.0 '
15
15
16
16
repositories {
17
17
jcenter() // shadow
@@ -31,11 +31,11 @@ dependencies {
31
31
32
32
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
33
33
34
- implementation ' com.github.kotlin-graphics:glm:f63d840cdebc3211e623f6773c6a03c73c19b262 '
34
+ implementation ' com.github.kotlin-graphics:glm:d1663cd252dbfba3b21c06866c5d6d2a7d195ff8 '
35
35
36
36
testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10'
37
37
38
- ext. lwjglVersion = " 3.2.0 "
38
+ ext. lwjglVersion = " 3.2.1-SNAPSHOT "
39
39
switch (OperatingSystem . current()) {
40
40
case OperatingSystem . WINDOWS :
41
41
ext. lwjglNatives = " natives-windows"
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ const val GLI_VERSION_MAJOR = 0
54
54
const val GLI_VERSION_MINOR = 8
55
55
const val GLI_VERSION_PATCH = 3
56
56
const val GLI_VERSION_REVISION = 0
57
- const val GLI_VERSION_BUILD = 8
57
+ const val GLI_VERSION_BUILD = 9
58
58
const val GLI_VERSION = GLI_VERSION_MAJOR * 1_000 + GLI_VERSION_MINOR * 100 + GLI_VERSION_PATCH * 10 + GLI_VERSION_REVISION + GLI_VERSION_BUILD / 10f
You can’t perform that action at this time.
0 commit comments