Skip to content

Commit

Permalink
Update JUnit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangman committed Feb 2, 2024
1 parent 3e92bd4 commit 0c70ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation("com.badlogicgames.gdx:gdx-backend-lwjgl3:${gdxVersion}")
testImplementation("com.badlogicgames.gdx:gdx-platform:${gdxVersion}:natives-desktop")
testImplementation("com.badlogicgames.gdx:gdx:${gdxVersion}")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2")

jmh("org.openjdk.jmh:jmh-core:${jmhInstanceVersion}")
jmh("org.openjdk.jmh:jmh-generator-annprocess:${jmhInstanceVersion}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gdxVersion=1.12.1
jmhInstanceVersion=1.34
junitJupiterVersion=5.7.2
junitJupiterVersion=5.10.1
flacLibraryJavaVersion=90cee6f500

0 comments on commit 0c70ba1

Please sign in to comment.