Skip to content

Commit 0e753d6

Browse files
authored
Depends on Jason (#36)
1 parent efa6b83 commit 0e753d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ defmodule Predicator.MixProject do
66
@description "A secure, non-evaling condition (boolean predicate) engine for end users"
77
@source_url "https://github.com/riddler/predicator-ex"
88
@deps [
9+
{:jason, "~> 1.4"},
10+
911
# Development and testing
1012
{:castore, "~> 1.0", only: [:dev, :test]},
1113
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)