Skip to content

Commit

Permalink
Fix regression in integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Aug 7, 2024
1 parent 920895e commit 37ed9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule SPARQL.Client.Mixfile do
{:castore, "~> 1.0", only: [:dev, :test]},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:exvcr, "~> 0.15", only: [:test]},
{:exvcr, "~> 0.15", only: [:dev, :test]},
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
{:excoveralls, "~> 0.18", only: :test}
]
Expand Down

0 comments on commit 37ed9fc

Please sign in to comment.