Skip to content

Commit 55c5464

Browse files
committed
Upgrade Elixir and its dependencies
1 parent a5c0991 commit 55c5464

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule CouchDBTest.Mixfile do
5050
[
5151
app: :couchdbtest,
5252
version: "0.1.0",
53-
elixir: "~> 1.15",
53+
elixir: "~> 1.17",
5454
lockfile: Path.expand("mix.lock", __DIR__),
5555
deps_path: Path.expand("src", __DIR__),
5656
build_path: Path.expand("_build", __DIR__),
@@ -81,11 +81,11 @@ defmodule CouchDBTest.Mixfile do
8181
# Run "mix help deps" to learn about dependencies.
8282
defp deps() do
8383
deps1 = [
84-
{:junit_formatter, "~> 3.0", only: [:dev, :test, :integration]},
85-
{:httpotion, ">= 3.1.3", only: [:dev, :test, :integration], runtime: false},
86-
{:excoveralls, "~> 0.12", only: :test},
84+
{:junit_formatter, "~> 3.4", only: [:dev, :test, :integration]},
85+
{:httpotion, ">= 3.2.0", only: [:dev, :test, :integration], runtime: false},
86+
{:excoveralls, "~> 0.18.3", only: :test},
8787
{:ibrowse, path: path("ibrowse"), override: true},
88-
{:credo, "~> 1.7.7", only: [:dev, :test, :integration], runtime: false}
88+
{:credo, "~> 1.7.11", only: [:dev, :test, :integration], runtime: false}
8989
]
9090

9191
extra_deps = [:b64url, :jiffy, :jwtf, :meck, :mochiweb]

0 commit comments

Comments
 (0)