Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooastside committed Dec 7, 2023
1 parent 8c4e1cf commit bd0b259
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 @@ -80,6 +80,6 @@ dependencies {
runtimeOnly("org.lwjgl:lwjgl-vulkan::$lwjglNatives")
runtimeOnly("org.lwjgl:lwjgl-yoga::$lwjglNatives")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}

0 comments on commit bd0b259

Please sign in to comment.