Explorar o código

fix issue #1244 (NPE in LogicalOggStreamImpl) (#1480)

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
6d31571936
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jme3-jogg/build.gradle

+ 1 - 1
jme3-jogg/build.gradle

@@ -4,5 +4,5 @@ if (!hasProperty('mainClass')) {
 
 dependencies {
     compile project(':jme3-core')
-    compile 'de.jarnbjo:j-ogg-all:1.0.0'
+    compile 'com.github.stephengold:j-ogg-all:1.0.1'
 }