From 3e07ebbc721bd55d111c4e48af76dc8243e0149b Mon Sep 17 00:00:00 2001 From: NicklasXYZ Date: Sun, 20 Jun 2021 16:25:01 +0200 Subject: Update Gleam and stdlib version number --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f6be48..f35b407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: otp-version: 23.2 - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: 0.15.0 + gleam-version: 0.16.0 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test diff --git a/README.md b/README.md index a55969d..8846309 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ Add `gleam_stdlib` to the deps section of your `rebar.config` or `mix.exs` ```erlang {deps, [ - {gleam_stdlib, "~> 0.15.0"} + {gleam_stdlib, "~> 0.16.0"} ]} ``` ```elixir defp deps do [ - {:gleam_stdlib, "~> 0.15.0"}, + {:gleam_stdlib, "~> 0.16.0"}, ] end ``` -- cgit v1.2.3