File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
44
55 ext {
66 kotlin = ' org.jetbrains.kotlin:kotlin'
7- kotlin_version = ' 1.3.50 '
8- kotlintest_version = " 3.4.0 "
7+ kotlin_version = ' 1.3.61 '
8+ kotlintest_version = " 3.4.2 "
99 }
1010
1111 repositories {
@@ -16,16 +16,16 @@ buildscript {
1616
1717 dependencies {
1818 classpath " $kotlin -gradle-plugin:$kotlin_version "
19- classpath ' com.github.jengelman.gradle.plugins:shadow:5.1 .0'
19+ classpath ' com.github.jengelman.gradle.plugins:shadow:5.2 .0'
2020 }
2121}
2222
2323group = ' com.github.kotlin_graphics'
2424
2525ext {
2626 moduleName = " ${ group} .glm"
27- unsigned_version = ' c81c2e39fb9e10403650c1b371b8573fc745bfb4 '
28- kool_version = ' 0ef9ad97d0c709de3cda4d7f05e74bff883b00a6 '
27+ unsigned_version = ' 18131d0fe0b7465a145a4502d31452c5ae0e59a1 '
28+ kool_version = ' fcf04b2c03b8949d9d9a8b0a580082e927903510 '
2929 lwjgl_version = " 3.2.3"
3030 lwjgl_natives = current() == WINDOWS ? " windows" : current() == LINUX ? " linux" : " macos"
3131}
Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ typealias ulong = Long
163163val GLM_VERSION_MAJOR = 0
164164val GLM_VERSION_MINOR = 9
165165val GLM_VERSION_PATCH = 9
166- val GLM_VERSION_REVISION = 0
167- val GLM_VERSION_BUILD = 13
168- val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION + GLM_VERSION_BUILD / 10f
166+ val GLM_VERSION_REVISION = 1
167+ val GLM_VERSION_BUILD = 0
168+ val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION
169169
170170/*
171171 TODO:
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 .1-all.zip
You can’t perform that action at this time.
0 commit comments