Skip to content

Commit

Permalink
Update example version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed Feb 11, 2024
1 parent f3d690c commit d7bda7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ compiler and Gleam dependencies:
[
app: @app,
# ...
archives: [mix_gleam: "~> 0.6.2"],
archives: [mix_gleam: "~> 0.6"],
compilers: [:gleam | Mix.compilers()],
aliases: [
# Or add this to your aliases function
Expand Down Expand Up @@ -76,7 +76,7 @@ If you want to write Gleam code in your project, it's a good idea to add
defp deps do
[
# ...
{:gleam_stdlib, "~> 0.32"},
{:gleam_stdlib, "~> 0.34 or ~> 1.0"},
{:gleeunit, "~> 1.0", only: [:dev, :test], runtime: false},
# ...
]
Expand Down

0 comments on commit d7bda7f

Please sign in to comment.