Skip to content

Commit 37ed9fc

Browse files
committed
Fix regression in integration test setup
1 parent 920895e commit 37ed9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule SPARQL.Client.Mixfile do
9898
{:castore, "~> 1.0", only: [:dev, :test]},
9999
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
100100
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
101-
{:exvcr, "~> 0.15", only: [:test]},
101+
{:exvcr, "~> 0.15", only: [:dev, :test]},
102102
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
103103
{:excoveralls, "~> 0.18", only: :test}
104104
]

0 commit comments

Comments
 (0)