Skip to content

Commit

Permalink
Update Depos
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Sep 14, 2023
1 parent 224addd commit 101b039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compileOnly("org.jetbrains:annotations:24.0.1")

shadow(implementation("org.tukaani", "xz", "1.9"))
shadow(implementation("org.apache.commons", "commons-compress", "1.23.0"))
shadow(implementation("org.apache.commons", "commons-compress", "1.24.0"))
shadow(implementation("org.joml", "joml", "1.10.5"))
shadow(implementation("de.javagl", "jgltf-model", "2.0.3"))

Expand All @@ -52,7 +52,7 @@ dependencies {
shadow(runtimeOnly("org.lwjgl", "lwjgl-opengl", classifier = "natives-windows"))
shadow(runtimeOnly("org.lwjgl", "lwjgl-stb", classifier = "natives-windows"))

shadow(implementation("org.slf4j:slf4j-jdk14:2.0.7")!!)
shadow(implementation("org.slf4j:slf4j-jdk14:2.0.9")!!)

// PokeUtils Libs
shadow(implementation("com.github.weisj:darklaf-core:3.0.2")!!)
Expand Down

0 comments on commit 101b039

Please sign in to comment.