diff options
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 |