Skip to content

Commit

Permalink
Use clearer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Sep 7, 2024
1 parent 7ceefc9 commit 9279827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ links = [
gleam_stdlib = "~> 0.34 or ~> 1.0"

[dev-dependencies]
gleeunit = "~> 1.2"
simplifile = "~> 2.0"
gleeunit = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ packages = [

[requirements]
gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
gleeunit = { version = "~> 1.2" }
simplifile = { version = "~> 2.0" }
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
simplifile = { version = ">= 2.0.1 and < 3.0.0" }

0 comments on commit 9279827

Please sign in to comment.