Skip to content

Commit

Permalink
libs.versions.toml: consistent quoting of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 18, 2024
1 parent 8747ea0 commit 4b516b7
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,13 +7,13 @@ imageio = "3.10.1"
## production versions:
gson = "2.9.1"
#jme = "3.6.1-stable"
#lwjgl = '3.3.2'
#lwjgl = "3.3.2"

## advanced versions:
#gson = "2.10.1"
jme = "3.7.0-beta1"
lwjgl = '3.3.3'
#lwjgl = '3.3.4-SNAPSHOT'
lwjgl = "3.3.3"
#lwjgl = "3.3.4-SNAPSHOT"

[libraries]
acorus = { module = "com.github.stephengold:Acorus", version = "2.0.0" }
Expand Down

0 comments on commit 4b516b7

Please sign in to comment.