aboutsummaryrefslogtreecommitdiff
path: root/aoc-2020-gleam/gleam.toml
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-07-23 19:25:43 +0200
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-07-23 19:25:43 +0200
commit7f22307499f6b513e182c7d3a367381179befecf (patch)
tree58dde3fd2b0fb85a33da4c20a26a79a5e3722680 /aoc-2020-gleam/gleam.toml
parent5f58332c7f1ac545dd50c8810649007f94a64179 (diff)
downloadgleam_aoc2020-7f22307499f6b513e182c7d3a367381179befecf.tar.gz
gleam_aoc2020-7f22307499f6b513e182c7d3a367381179befecf.zip
Update Gleam
Diffstat (limited to 'aoc-2020-gleam/gleam.toml')
-rw-r--r--aoc-2020-gleam/gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aoc-2020-gleam/gleam.toml b/aoc-2020-gleam/gleam.toml
index 97cada1..fa53656 100644
--- a/aoc-2020-gleam/gleam.toml
+++ b/aoc-2020-gleam/gleam.toml
@@ -3,7 +3,7 @@ version = "0.1.0"
description = "A Gleam project"
[dependencies]
-gleam_stdlib = "~> 0.26"
-gleam_erlang = "~> 0.17"
+gleam_stdlib = "~> 0.30"
+gleam_erlang = "~> 0.18"
gleam_otp = "~> 0.5"
gleam_bitwise = "~> 1.2"