Skip to content

Commit

Permalink
libs.versions.toml: use short notation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 18, 2024
1 parent 7471d28 commit f4fba80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jme = "3.7.0-beta1"

[libraries]

acorus = { module = "com.github.stephengold:Acorus", version = "2.0.0" }
heart = { module = "com.github.stephengold:Heart", version = "9.0.0" }
acorus = "com.github.stephengold:Acorus:2.0.0"
heart = "com.github.stephengold:Heart:9.0.0"
jme3-awt-dialogs = { module = "org.jmonkeyengine:jme3-awt-dialogs", version.ref = "jme" }
jme3-core = { module = "org.jmonkeyengine:jme3-core", version.ref = "jme" }
jme3-desktop = { module = "org.jmonkeyengine:jme3-desktop", version.ref = "jme" }
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" }
minie = { module = "com.github.stephengold:Minie", version = "8.1.0" }
minie = "com.github.stephengold:Minie:8.1.0"

[bundles]

Expand Down

0 comments on commit f4fba80

Please sign in to comment.