Skip to content

Commit

Permalink
Alphabetize dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 11, 2024
1 parent 4e15a2d commit ce093fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { type = "github", user = "JosephTLyons", repo = "lenient_parse" }
gleam_stdlib = ">= 0.34.0 and < 2.0.0"

[dev-dependencies]
startest = ">= 0.5.0 and < 1.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
startest = ">= 0.5.0 and < 1.0.0"

0 comments on commit ce093fe

Please sign in to comment.