aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-11-06 14:38:21 +0000
committerLouis Pilfold <louis@lpil.uk>2023-11-06 14:38:21 +0000
commit539c549b139281a836616ea9c20f0f940bd45fba (patch)
treefb48673ad77616b89c7db78503fb2c283f1f3353 /gleam.toml
parent8a3ae989475f943bff0b910fde72c5bea633684b (diff)
downloadjavascript-539c549b139281a836616ea9c20f0f940bd45fba.tar.gz
javascript-539c549b139281a836616ea9c20f0f940bd45fba.zip
Update for Gleam v0.32
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 813b663..6596ac0 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,7 +3,7 @@ version = "0.6.1"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"
-gleam = ">= 0.30.0"
+gleam = ">= 0.32.0"
target = "javascript"
repository = { type = "github", user = "gleam-lang", repo = "javascript" }
@@ -19,4 +19,4 @@ typescript_declarations = true
gleam_stdlib = "~> 0.19"
[dev-dependencies]
-gleeunit = "~> 0.6"
+gleeunit = "~> 1.0"