Skip to content

Commit b171b39

Browse files
Updated deps
1 parent 0b5689f commit b171b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ defmodule Arca.Cli.MixProject do
3232
{:arca_config, github: "matthewsinclair/arca-config", branch: "main", override: true},
3333
{:castore, "~> 1.0"},
3434
{:jason, "~> 1.4"},
35-
{:tesla, "~> 1.5"},
35+
{:tesla, "~> 1.15"},
3636
{:certifi, "~> 2.9"},
3737
{:ex_doc, "~> 0.29", only: :dev, runtime: false},
3838
{:owl, "~> 0.12"},
3939
{:ucwidth, "~> 0.2"},
40-
{:pathex, "~> 2.5"},
40+
{:pathex, "~> 2.6"},
4141
{:table_rex, "~> 4.1"},
4242
{:elixir_uuid, "~> 1.2"},
43-
{:ex_prompt, "~> 0.1.3"},
43+
{:ex_prompt, "~> 0.2"},
4444
{:dotenv, "~> 3.0", only: [:dev, :test], runtime: false},
4545
{:logger_file_backend, "~> 0.0.14"}
4646
]

0 commit comments

Comments
 (0)