From d1fb936dd660c7b18cc4dbe89c4c30cbf216bd84 Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Thu, 11 Jan 2024 15:14:58 -0700 Subject: [PATCH] Include gniazdo as a top level dep --- project.clj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.clj b/project.clj index 5751d0c2..b8b99d8a 100644 --- a/project.clj +++ b/project.clj @@ -53,6 +53,11 @@ (println))} :dependencies [[org.clojure/clojure "1.10.3"] [yetibot/core "20240111.191416.9c099fd"] + ; not sure why we need to include this at the top level since + ; it's already included in yetibot/core, but things don't work + ; without it. + [stylefruits/gniazdo "1.2.2"] + ; yetibot plugins. Note: we're baking these into the jar/docker ; image instead of loading them dynamically at runtime because ; we found that pomegranate does not work inside a docker