Add mimic to farmbot_core

pull/1164/head
Rick Carlino 2020-03-02 15:29:11 -06:00
parent 9ebd6e2a73
commit ac0f929e2e
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ defmodule FarmbotCore.MixProject do
{:jason, "~> 1.1"},
{:muontrap, "~> 0.5"},
{:excoveralls, "~> 0.10", only: [:test], targets: [:host]},
{:mimic, "~> 1.1", only: [:test]},
{:dialyxir, "~> 1.0.0-rc.3",
only: [:dev], targets: [:host], runtime: false},
{:ex_doc, "~> 0.21.2", only: [:dev], targets: [:host], runtime: false}