aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authormrkutly <mark.sauer.utley@gmail.com>2022-05-20 21:41:37 -0400
committerLouis Pilfold <louis@lpil.uk>2022-06-11 18:39:10 +0100
commitcf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f (patch)
tree5dcd8a62942a87942980ee467e1f466e4d64139d /gleam.toml
parente14c537500fd4e84225a284af5c02919f321232e (diff)
downloadgleam_json-cf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f.tar.gz
gleam_json-cf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f.zip
upgrade gleeunit to support js target
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 25531d1..9dd3d62 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -14,4 +14,4 @@ gleam_stdlib = "~> 0.19"
thoas = "~> 0.2"
[dev-dependencies]
-gleeunit = "~> 0.5"
+gleeunit = "~> 0.6"