Skip to content

Commit

Permalink
libs.versions.toml: rename a library alias
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 22, 2024
1 parent a935e57 commit 268ec01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeartLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
dependencies {
api(libs.jme3.core)

testImplementation(libs.junit)
testImplementation(libs.junit4)
testImplementation(libs.jme3.desktop)
testImplementation(libs.jme3.testdata)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jme3-jogg = { module = "org.jmonkeyengine:jme3-jogg", version.ref = "jme" }
jme3-lwjgl3 = { module = "org.jmonkeyengine:jme3-lwjgl3", version.ref = "jme" }
jme3-plugins = { module = "org.jmonkeyengine:jme3-plugins", version.ref = "jme" }
jme3-testdata = { module = "org.jmonkeyengine:jme3-testdata", version.ref = "jme" }
junit = "junit:junit:4.13.2"
junit4 = "junit:junit:4.13.2"

[bundles]

Expand Down

0 comments on commit 268ec01

Please sign in to comment.