Skip to content

Commit

Permalink
Include gniazdo as a top level dep
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Jan 11, 2024
1 parent 63e327d commit d1fb936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1fb936

Please sign in to comment.