Skip to content

Commit

Permalink
gleam 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwireman committed Sep 19, 2024
1 parent 8ea6c3c commit 71062bc
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
otp: "27.0"
gleam: "1.4.1"
gleam: "1.5.0"
rebar: "3"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0.0"
gleam-version: "1.4.1"
gleam-version: "1.5.0"
rebar3-version: "3"
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gleam 1.4.1
gleam 1.5.0
erlang 27.0
nodejs 20.17.0
Loading

0 comments on commit 71062bc

Please sign in to comment.