aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r--aoc2023/gleam.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml
index 5b60622..8190aef 100644
--- a/aoc2023/gleam.toml
+++ b/aoc2023/gleam.toml
@@ -1,6 +1,6 @@
name = "aoc2023"
version = "0.1.0"
-gleam = ">= 0.32.0"
+gleam = ">= 0.33.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
@@ -11,7 +11,7 @@ gleam = ">= 0.32.0"
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
-gleam_stdlib = "~> 0.32"
+gleam_stdlib = "~> 0.33"
simplifile = "~> 1.0"
gleam_erlang = "~> 0.23"
gleam_community_maths = "~> 1.0"
@@ -19,5 +19,4 @@ gleam_otp = "~> 0.8"
pqueue = "~> 2.0"
[dev-dependencies]
-gleeunit = "~> 1.0"
adglent = "~> 1.2"