Skip to content

Commit 81ac1de

Browse files
committed
chore: bump sourceror version that we add
1 parent 10b89f6 commit 81ac1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/spark.install.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if Code.ensure_loaded?(Igniter) do
2525
if Igniter.Project.Deps.has_dep?(igniter, :sourceror) do
2626
igniter
2727
else
28-
Igniter.Project.Deps.add_dep(igniter, {:sourceror, "~> 1.7", only: [:dev, :test]},
28+
Igniter.Project.Deps.add_dep(igniter, {:sourceror, "~> 1.8", only: [:dev, :test]},
2929
yes?: igniter.args.options[:yes],
3030
notify_on_present?: false
3131
)

0 commit comments

Comments
 (0)