diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,6 @@ gleam_otp = "~> 0.9" gleam_stdlib = "~> 0.34 or ~> 1.0" glint = "0.16.0" justin = "~> 1.0" -shellout = "~> 1.6" simplifile = "~> 1.4" spinner = "~> 1.1" tom = "~> 0.3" @@ -58,3 +57,4 @@ gleam_package_interface = "~> 1.0" [dev-dependencies] birdie = "~> 1.0" gleeunit = "~> 1.0" +shellout = "~> 1.6" |