Skip to content

Commit

Permalink
Back up to uberdeps 1.0.4 because 1.1.4 doesn't work for WFL yet. (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbl3rd authored Sep 16, 2022
1 parent ba5215b commit 995bb12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:extra-paths ["test"]
:main-opts ["-m" "wfl.tools.parallel-runner"]}

:uberjar {:extra-deps {uberdeps/uberdeps {:mvn/version "1.1.4"}}}
:uberjar {:extra-deps {uberdeps/uberdeps {:mvn/version "1.0.4"}}}

:prebuild {:extra-paths ["./build"] :exec-fn build/prebuild}

Expand Down
3 changes: 2 additions & 1 deletion api/src/wfl/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[clojure.pprint :refer [pprint]]
[clojure.string :as str]
[wfl.util :as util]
[wfl.wfl :as wfl]))
[wfl.wfl :as wfl])
(:gen-class))

(defn describe
"Describe the purpose of this program."
Expand Down

0 comments on commit 995bb12

Please sign in to comment.