Skip to content

Commit ef2c34e

Browse files
committed
updated gleam version
1 parent b30d6ec commit ef2c34e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: erlef/setup-beam@v1
1616
with:
1717
otp-version: "26.0.2"
18-
gleam-version: "1.3.1"
18+
gleam-version: "1.9.0"
1919
rebar3-version: "3"
2020
elixir-version: "1.15.4"
2121
- run: gleam deps download

gleam.toml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ repository = { type = "github", user = "cyteon", repo = "discord_gleam" }
1212
# For a full reference of all the available options, you can have a look at
1313
# https://gleam.run/writing-gleam/gleam-toml/.
1414

15+
gleam = ">= 1.9.0"
16+
1517
[dependencies]
1618
gleam_stdlib = ">= 0.58.0 and < 1.0.0"
1719
gleam_erlang = ">= 0.25.0 and < 1.0.0"

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gleam_hackney = { version = ">= 1.2.0 and < 2.0.0" }
4141
gleam_http = { version = ">= 3.6.0 and < 4.0.0" }
4242
gleam_json = { version = ">= 2.0.0 and < 3.0.0" }
4343
gleam_otp = { version = ">= 0.10.0 and < 1.0.0" }
44-
gleam_stdlib = { version = ">= 0.39.0 and < 1.0.0" }
44+
gleam_stdlib = { version = ">= 0.58.0 and < 1.0.0" }
4545
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
4646
logging = { version = ">= 1.3.0 and < 2.0.0" }
4747
repeatedly = { version = ">= 2.1.1 and < 2.1.2" }

0 commit comments

Comments
 (0)