Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Fixed LWJGL Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerra24 committed Nov 23, 2015
1 parent e8e2128 commit 297708b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -39,10 +39,10 @@ dependencies {
compile 'de.jarnbjo:j-ogg-all:1.0.+'
compile 'org.jcraft:jorbis:0.0.+'
compile 'com.esotericsoftware:kryo:3.0.3'
compile 'org.lwjgl:lwjgl:3.0.0b-SNAPSHOT'
compile 'org.lwjgl:lwjgl-platform:3.0.0b-SNAPSHOT:natives-windows'
compile 'org.lwjgl:lwjgl-platform:3.0.0b-SNAPSHOT:natives-linux'
compile 'org.lwjgl:lwjgl-platform:3.0.0b-SNAPSHOT:natives-osx'
compile 'org.lwjgl:lwjgl:3.0.0-SNAPSHOT'
compile 'org.lwjgl:lwjgl-platform:3.0.0-SNAPSHOT:natives-windows'
compile 'org.lwjgl:lwjgl-platform:3.0.0-SNAPSHOT:natives-linux'
compile 'org.lwjgl:lwjgl-platform:3.0.0-SNAPSHOT:natives-osx'
compile fileTree(dir: "libs", includes: ["*.jar"])
}

Expand Down

0 comments on commit 297708b

Please sign in to comment.