File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.51 '
14
+ ext. kotlinVersion = ' 1.2.60 '
15
15
16
16
repositories {
17
17
jcenter() // shadow
@@ -30,7 +30,7 @@ dependencies {
30
30
31
31
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
32
32
33
- implementation ' com.github.kotlin-graphics:kotlin-unsigned:a455438 '
33
+ implementation ' com.github.kotlin-graphics:kotlin-unsigned:6942748 '
34
34
35
35
testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6'
36
36
Original file line number Diff line number Diff line change @@ -146,5 +146,5 @@ val GLM_VERSION_MAJOR = 0
146
146
val GLM_VERSION_MINOR = 9
147
147
val GLM_VERSION_PATCH = 9
148
148
val GLM_VERSION_REVISION = 0
149
- val GLM_VERSION_BUILD = 7
149
+ val GLM_VERSION_BUILD = 8
150
150
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION + GLM_VERSION_BUILD / 10f
You can’t perform that action at this time.
0 commit comments