Skip to content

Commit 9776ae4

Browse files
committed
⬆️ Upgrading glm
Signed-off-by: Burkhard Mittelbach <wasabi37a@googlemail.com>
1 parent e8e7803 commit 9776ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1212
buildscript {
1313

1414
ext.kotlinVersion = '1.3.0'
15+
ext.glmVersion = 'b48ac556d4'
1516

1617
repositories {
1718
jcenter() // shadow
@@ -31,9 +32,10 @@ dependencies {
3132

3233
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
3334

34-
implementation 'com.github.kotlin-graphics:glm:1cb8581cbb734cc8f5da0dc32506f046e4840dd0'
35+
implementation "com.github.kotlin-graphics.glm:glm:$glmVersion"
3536

3637
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.10'
38+
testImplementation "com.github.kotlin-graphics.glm:glm-test:$glmVersion"
3739

3840
ext.lwjglVersion = "3.2.1-SNAPSHOT"
3941
switch (OperatingSystem.current()) {

0 commit comments

Comments
 (0)