File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
11
11
12
12
buildscript {
13
13
14
- ext. kotlinVersion = ' 1.2.60 '
14
+ ext. kotlinVersion = ' 1.2.70 '
15
15
16
16
repositories {
17
17
jcenter() // shadow
@@ -22,18 +22,18 @@ buildscript {
22
22
dependencies {
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
24
24
classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.4'
25
- classpath " org.junit.platform:junit-platform-gradle-plugin:1.1 .0"
25
+ classpath " org.junit.platform:junit-platform-gradle-plugin:1.2 .0"
26
26
}
27
27
}
28
28
29
29
dependencies {
30
30
31
31
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
32
32
33
- implementation ' com.github.kotlin-graphics:kotlin-unsigned:6942748 '
33
+ implementation ' com.github.kotlin-graphics:kotlin-unsigned:75287b442e5c25ec79ec56a741e6dc4b6f3cd479 '
34
34
implementation ' com.github.kotlin-graphics:appBuffer:9139bbf'
35
35
36
- testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6 '
36
+ testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10 '
37
37
38
38
ext. lwjglVersion = " 3.2.0"
39
39
switch (OperatingSystem . current()) {
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-4.9 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
Original file line number Diff line number Diff line change @@ -146,5 +146,5 @@ val GLM_VERSION_MAJOR = 0
146
146
val GLM_VERSION_MINOR = 9
147
147
val GLM_VERSION_PATCH = 9
148
148
val GLM_VERSION_REVISION = 0
149
- val GLM_VERSION_BUILD = 8
149
+ val GLM_VERSION_BUILD = 9
150
150
val 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