Skip to content

Commit 5731b87

Browse files
committed
Added a simple project.clj file for use in packaging
1 parent de5380c commit 5731b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(defproject com.github.nubank/morse "master-SNAPSHOT"
22
:description "A graphical, interactive tool for browsing Clojure data"
3-
:dependencies [[org.clojure/core.async "1.5.648"]
3+
:dependencies [[cljfmt/cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
4+
[org.clojure/core.async "1.5.648"]
45
[org.openjfx/javafx-fxml "19.0.2.1"]
56
[org.openjfx/javafx-controls "19.0.2.1"]
67
[org.openjfx/javafx-swing "19.0.2.1"]

0 commit comments

Comments
 (0)