Skip to content

Commit 7d31a75

Browse files
committed
⬆️ glm
1 parent 68f415a commit 7d31a75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'maven'
55
id 'java'
66
id 'java-library'
7-
id "org.jetbrains.kotlin.jvm" version "1.3.41"
7+
id "org.jetbrains.kotlin.jvm" version "1.3.50"
88
id "com.github.johnrengelman.shadow" version '5.1.0'
99
}
1010

@@ -14,13 +14,13 @@ group = 'com.github.kotlin_graphics'
1414
ext {
1515
moduleName = "${group}.gln"
1616
kotlin = 'org.jetbrains.kotlin:kotlin'
17-
kotlin_version = '1.3.41'
17+
kotlin_version = '1.3.50'
1818
kotlintest_version = '3.3.3'
19-
gli_version = '68dacd62535d84138534e5e9d38239e5e502abb5'
20-
glm_version = 'bfd575eee019a080326b42bcc9641e6e5fdcfecf'
19+
gli_version = '0ea3295ed86b66d548dc71ef10bbf0259f49e0a7'
20+
glm_version = 'a484ec1181813912c5a69d3a6706a994ca138eff'
2121
unsigned_version = 'c81c2e39fb9e10403650c1b371b8573fc745bfb4'
2222
kool_version = '0ef9ad97d0c709de3cda4d7f05e74bff883b00a6'
23-
lwjgl_version = "3.2.2"
23+
lwjgl_version = "3.2.3"
2424
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
2525
}
2626

0 commit comments

Comments
 (0)