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 b9a38c0 commit 96cbf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lwjgl = "3.3.3"

[libraries]

joml = { module = "org.joml:joml", version = "1.10.5" }
joml = "org.joml:joml:1.10.5"
libbulletjme = { module = "com.github.stephengold:Libbulletjme", version.ref = "libbulletjme" }
lwjgl = { module = "org.lwjgl:lwjgl", version.ref = "lwjgl" }
lwjgl-assimp = { module = "org.lwjgl:lwjgl-assimp", version.ref = "lwjgl" }
Expand Down

0 comments on commit 96cbf55

Please sign in to comment.