From ce093fe0ce5c78e679efe5cdc064e1265fa181e6 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 11 Nov 2024 18:37:56 -0500 Subject: [PATCH] Alphabetize dev dependencies --- gleam.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gleam.toml b/gleam.toml index bdf2658..1a91fcf 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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"