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'
1111
1212buildscript {
1313
14- ext. kotlinVersion = ' 1.2.51 '
14+ ext. kotlinVersion = ' 1.2.60 '
1515
1616 repositories {
1717 jcenter() // shadow
@@ -30,7 +30,7 @@ dependencies {
3030
3131 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
3232
33- implementation ' com.github.kotlin-graphics:kotlin-unsigned:a455438 '
33+ implementation ' com.github.kotlin-graphics:kotlin-unsigned:6942748 '
3434
3535 testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6'
3636
Original file line number Diff line number Diff line change @@ -146,5 +146,5 @@ val GLM_VERSION_MAJOR = 0
146146val GLM_VERSION_MINOR = 9
147147val GLM_VERSION_PATCH = 9
148148val GLM_VERSION_REVISION = 0
149- val GLM_VERSION_BUILD = 7
149+ val GLM_VERSION_BUILD = 8
150150val 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