We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d9d10 commit 658f17cCopy full SHA for 658f17c
1 file changed
GettingStarted.md
@@ -103,7 +103,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
103
The first step is getting the dependency. In your mix.exs file for your elixir project, add elixir_script to your deps.
104
105
```elixir
106
- {:elixir_script, "~> 0.17"}
+ {:elixir_script, "~> 0.18"}
107
```
108
109
* Step 2: Now download the dep
@@ -127,7 +127,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
127
128
129
130
131
132
133
0 commit comments