Skip to content

Commit 947e027

Browse files
committed
Bump elixir version
1 parent 6812f71 commit 947e027

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ test/support/did_not_match/
6060
# Claude
6161
CLAUDE.md
6262
.claude
63+
64+
image_lens_correction-*.tar

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule ImageLensCorrection.MixProject do
99
[
1010
app: @app_name,
1111
version: @version,
12-
elixir: "~> 1.14",
12+
elixir: "~> 1.17",
1313
description: description(),
1414
package: package(),
1515
deps: deps(),

0 commit comments

Comments
 (0)