diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb7353b..c416c68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: otp-version: "26.0.2" # Ensure you update the bin/download-compiler Gleam version to match this - gleam-version: "1.9.1" + gleam-version: "1.10.0" rebar3-version: "3" - name: Download WASM version of Gleam compiler diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49c7b1b..9eb7479 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: otp-version: "26.0.2" # Ensure you update the bin/download-compiler Gleam version to match this - gleam-version: "1.9.1" + gleam-version: "1.10.0" rebar3-version: "3" - run: ./bin/download-compiler - run: gleam deps download diff --git a/GLEAM_VERSION b/GLEAM_VERSION index ba1e8bf..bf7b70e 100644 --- a/GLEAM_VERSION +++ b/GLEAM_VERSION @@ -1 +1 @@ -v1.9.1 +v1.10.0 diff --git a/README.md b/README.md index ef2e0ef..3095c5f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An interactive playground for the Gleam language. ```sh # Set the gleam version in the GLEAM_VERSION file #./GLEAM_VERSION -v1.9.1 +v1.10.0 # Download a wasm version of the Gleam compiler ./bin/download-compiler diff --git a/bin/download-compiler b/bin/download-compiler index 24d3eef..c8ef399 100755 --- a/bin/download-compiler +++ b/bin/download-compiler @@ -5,7 +5,7 @@ set -eu version=`cat ./GLEAM_VERSION` # Ensure you update the CI Gleam version to match this -VERSION="v1.9.1" +VERSION="v1.10.0" rm -fr wasm-compiler mkdir wasm-compiler diff --git a/manifest.toml b/manifest.toml index e80fd95..42e8495 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,11 +2,11 @@ # You typically do not need to edit this file packages = [ - { name = "filepath", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "67A6D15FB39EEB69DD31F8C145BB5A421790581BD6AA14B33D64D5A55DBD6587" }, - { name = "gleam_stdlib", version = "0.54.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "723BA61A2BAE8D67406E59DD88CEA1B3C3F266FC8D70F64BE9FEC81B4505B927" }, + { name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" }, + { name = "gleam_stdlib", version = "0.59.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F8FEE9B35797301994B81AF75508CF87C328FE1585558B0FFD188DC2B32EAA95" }, { name = "gleeunit", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "0E6C83834BA65EDCAAF4FE4FB94AC697D9262D83E6F58A750D63C9F6C8A9D9FF" }, { name = "htmb", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "htmb", source = "hex", outer_checksum = "023218E5A4DE7A1BA5E2BB449F063382F8F747A11F13423433D60AEA14CC2655" }, - { name = "simplifile", version = "2.2.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0DFABEF7DC7A9E2FF4BB27B108034E60C81BEBFCB7AB816B9E7E18ED4503ACD8" }, + { name = "simplifile", version = "2.2.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "C88E0EE2D509F6D86EB55161D631657675AA7684DAB83822F7E59EB93D9A60E3" }, { name = "snag", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "7E9F06390040EB5FAB392CE642771484136F2EC103A92AE11BA898C8167E6E17" }, ]