Skip to content

Commit

Permalink
libs.versions.toml: add the "bundles" section and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 18, 2024
1 parent f44b475 commit dad6b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## TOML version catalog for the Heart project

[versions]

checkstyle = "9.3"
jme = "3.7.0-beta1"

[libraries]

acorus = { module = "com.github.stephengold:Acorus", version = "2.0.0" }
commons-exec = { module = "org.apache.commons:commons-exec", version = "1.3" }
jme3-core = { module = "org.jmonkeyengine:jme3-core", version.ref = "jme" }
Expand All @@ -16,4 +18,6 @@ jme3-plugins = { module = "org.jmonkeyengine:jme3-plugins", version.ref = "jme"
jme3-testdata = { module = "org.jmonkeyengine:jme3-testdata", version.ref = "jme" }
junit = { module = "junit:junit", version = "4.13.2" }

[bundles]

[plugins]

0 comments on commit dad6b15

Please sign in to comment.