aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r--examples/05-http-requests/gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml
index 96b9a10..3e5031b 100644
--- a/examples/05-http-requests/gleam.toml
+++ b/examples/05-http-requests/gleam.toml
@@ -4,9 +4,9 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
-lustre = { path = "../../" }
+lustre = "4.0.0-rc.1"
lustre_ui = "~> 0.4"
-lustre_http = "~> 0.5"
+lustre_http = "~> 0.5.2"
[dev-dependencies]
gleeunit = "~> 1.0"