Skip to content

Commit

Permalink
v0.9.9.0 build 13
Browse files Browse the repository at this point in the history
lwjgl 3.2.2-3
Kotlin 1.3.21
Kotlintest 3.2.1
Shadow 4.0.4
Gradle 5.2.1 with Shadow workaround
  • Loading branch information
elect86 committed Feb 26, 2019
1 parent e0bc237 commit a1cafbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {

ext{
moduleName = 'com.github.kotlin_graphics.glm'
unsigned_version = "d36886eb3474bfe0cf85e7b3c08a5fe8e2b96657"
kool_version = "8d4292e2e2091ab7dfab7bbb66c4775229168df7"
unsigned_version = "0e3cc3ec155986f2100fee03cc143cbd3dfd0d84"
kool_version = "7c3dfaf417b00a0b7fe5dd273bf10291ebfe45d0"
lwjgl_version = "3.2.2-SNAPSHOT"
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
}
Expand Down

0 comments on commit a1cafbd

Please sign in to comment.