From c8aee0233c06d9dc9a2ca2bc618756d47d4194ac Mon Sep 17 00:00:00 2001 From: Bea Jakubcova Date: Thu, 2 Feb 2023 12:54:10 +0100 Subject: [PATCH] Enable suppor for elm-css 18 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 23be47b..e4a4b96 100644 --- a/elm.json +++ b/elm.json @@ -14,7 +14,7 @@ "elm/html": "1.0.0 <= v < 2.0.0", "elm/json": "1.0.0 <= v < 2.0.0", "elm/time": "1.0.0 <= v < 2.0.0", - "rtfeldman/elm-css": "15.1.0 <= v < 18.0.0" + "rtfeldman/elm-css": "15.1.0 <= v < 19.0.0" }, "test-dependencies": {} }