Skip to content

Commit 0610c03

Browse files
committed
chore: don't use a local dep
1 parent b9f7930 commit 0610c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ defmodule Igniter.MixProject do
104104
{:rewrite, "~> 1.1 and >= 1.1.1"},
105105
{:glob_ex, "~> 0.1.7"},
106106
{:spitfire, "~> 0.1 and >= 0.1.3"},
107-
{:sourceror, path: "../../oss/sourceror", override: true},
107+
{:sourceror, "~> 1.4"},
108108
{:jason, "~> 1.4"},
109109
{:req, "~> 0.5"},
110110
{:phx_new, "~> 1.7", optional: true},

0 commit comments

Comments
 (0)