diff options
| author | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-16 09:17:21 -0700 |
|---|---|---|
| committer | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-22 07:49:48 -0700 |
| commit | 9d442c28344b8591f4f2ea54f693b23b244a93b8 (patch) | |
| tree | e1825162373f44178defa091ea8e9a79d54409da /project.clj | |
| parent | d1e5729a62bfc85312d3c46e9a1b34df938965b9 (diff) | |
initial progress on removing copyright codex image views
need to clean up, file locations only temporary
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 69a11d4..82b72ca 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://www.gnu.org/licenses/gpl-3.0.en.html"} :dependencies [[org.clojure/clojure "1.11.1"] [cljfx "1.7.23"] - [org.openjfx/javafx-base "19"]] + [hiccup "2.0.0-RC1"]] :main ^:skip-aot votann.core :target-path "target/%s" :profiles {:uberjar {:aot :all |