Skip to content

Commit ae4f26e

Browse files
committed
build(data): migrate to elixir 1.18
1 parent a02f255 commit ae4f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule Data.MixProject do
1919
[
2020
app: :data,
2121
version: "0.1.0",
22-
elixir: "~> 1.14",
22+
elixir: "~> 1.18",
2323
start_permanent: Mix.env() == :prod,
2424
deps: deps(),
2525
aliases: aliases()

0 commit comments

Comments
 (0)