aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gleam.toml b/gleam.toml
index bfcb32c..dde78a2 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -14,8 +14,8 @@ target = "javascript"
gleam_stdlib = "~> 0.32"
simplifile = "~> 1.0"
snag = "~> 0.2"
-htmb = "~> 1.1"
-filepath = "~> 0.1"
+htmb = ">= 2.0.0 and < 3.0.0"
+filepath = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"