diff options
Diffstat (limited to 'aoc-2020-gleam/gleam.toml')
-rw-r--r-- | aoc-2020-gleam/gleam.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aoc-2020-gleam/gleam.toml b/aoc-2020-gleam/gleam.toml index fa53656..61c0e7f 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.30" -gleam_erlang = "~> 0.18" -gleam_otp = "~> 0.5" -gleam_bitwise = "~> 1.2" +gleam_stdlib = "~> 0.34" +gleam_erlang = "~> 0.23" +gleam_otp = "~> 0.8" +simplifile = "~> 1.0" |