diff --git a/elm.json b/elm.json index 785c5be..eea3262 100644 --- a/elm.json +++ b/elm.json @@ -21,7 +21,11 @@ } }, "test-dependencies": { - "direct": {}, - "indirect": {} + "direct": { + "elm-explorations/test": "2.1.1" + }, + "indirect": { + "elm/random": "1.0.0" + } } }