Skip to content

Commit 3f139f6

Browse files
authored
Fix Elixir version. (#49)
1 parent 83799c0 commit 3f139f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Worker.MixProject do
55
[
66
app: :worker,
77
version: "0.1.0",
8-
elixir: "~> 1.18.2",
8+
elixir: "~> 1.18.3",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()
1111
]

0 commit comments

Comments
 (0)