File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' maven'
5
5
id ' java'
6
6
id ' java-library'
7
- id " org.jetbrains.kotlin.jvm" version " 1.3.41 "
7
+ id " org.jetbrains.kotlin.jvm" version " 1.3.50 "
8
8
id " com.github.johnrengelman.shadow" version ' 5.1.0'
9
9
}
10
10
@@ -14,13 +14,13 @@ group = 'com.github.kotlin_graphics'
14
14
ext {
15
15
moduleName = " ${ group} .gln"
16
16
kotlin = ' org.jetbrains.kotlin:kotlin'
17
- kotlin_version = ' 1.3.41 '
17
+ kotlin_version = ' 1.3.50 '
18
18
kotlintest_version = ' 3.3.3'
19
- gli_version = ' 68dacd62535d84138534e5e9d38239e5e502abb5 '
20
- glm_version = ' bfd575eee019a080326b42bcc9641e6e5fdcfecf '
19
+ gli_version = ' 0ea3295ed86b66d548dc71ef10bbf0259f49e0a7 '
20
+ glm_version = ' a484ec1181813912c5a69d3a6706a994ca138eff '
21
21
unsigned_version = ' c81c2e39fb9e10403650c1b371b8573fc745bfb4'
22
22
kool_version = ' 0ef9ad97d0c709de3cda4d7f05e74bff883b00a6'
23
- lwjgl_version = " 3.2.2 "
23
+ lwjgl_version = " 3.2.3 "
24
24
lwjgl_natives = current() == WINDOWS ? " windows" : current() == LINUX ? " linux" : " macos"
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments