File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import static org.gradle.internal.os.OperatingSystem.*
3
3
plugins {
4
4
id ' java'
5
5
id ' maven'
6
- id " org.jetbrains.kotlin.jvm" version " 1.3.41 "
6
+ id " org.jetbrains.kotlin.jvm" version " 1.3.50 "
7
7
id " com.github.johnrengelman.shadow" version ' 5.1.0'
8
8
// id 'org.kordamp.gradle.jdeps' version '0.7.1-SNAPSHOT'
9
9
}
@@ -13,7 +13,7 @@ group = 'com.github.kotlin_graphics'
13
13
14
14
ext {
15
15
moduleName = " ${ group} .kool"
16
- lwjgl_version = " 3.2.2 "
16
+ lwjgl_version = " 3.2.3 "
17
17
lwjgl_natives = current() == WINDOWS ? " windows" : current() == LINUX ? " linux" : " macos"
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .1-all.zip
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ object Stack {
836
836
// val remaining get() = SIZE - consumed
837
837
// val consumed get() = ptr.get() - address
838
838
839
- val VERSION = " 0.8.2 "
839
+ val VERSION = " 0.8.3 "
840
840
841
841
inline operator fun <R > invoke (block : (MemoryStack ) -> R ): R = with (block)
842
842
}
You can’t perform that action at this time.
0 commit comments