From 0475e3b9861249c8da815a5fc8d2876191e4b13a Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 11 Mar 2022 10:00:46 +0100 Subject: [PATCH] update dependency --- shadow-cljs.edn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index f443c48..757b154 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -5,7 +5,7 @@ "src/test"] :dependencies - [[orchestra "2019.02.06-1"] + [[orchestra "2021.01.01-1"] [hiccups "0.3.0"] [com.andrewmcveigh/cljs-time "0.5.2"]] :dev-http {8080 "public"} @@ -20,5 +20,3 @@ :frontend {:target :browser :modules {:main {:init-fn dda.masto-embed.app/init}} :release {}}}} - -