From 81b15e2e9ae39a3a437e1dc80ede11acd86453da Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Sat, 20 Jan 2024 12:50:43 +0100 Subject: [PATCH] Fix the elm-explorations/test dependency in tests/elm.json --- tests/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/elm.json b/tests/elm.json index 74554297..785c5be8 100644 --- a/tests/elm.json +++ b/tests/elm.json @@ -17,7 +17,7 @@ "elm/virtual-dom": "1.0.2", "elm-explorations/linear-algebra": "1.0.3", "elm-explorations/markdown": "1.0.0", - "elm-explorations/test": "2.1.1", + "elm-explorations/test": "2.1.2", "elm-explorations/webgl": "1.1.2", "jinjor/elm-diff": "1.0.6" },