Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 819ae4e

Browse files
committed
Upgrade to a modern leiningen
lein we were using was almost 2 years old. This also resolves a warning we were getting from using 1.7 and old dependencies: cat already refers to: #'clojure.core/cat in namespace
1 parent 355225c commit 819ae4e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

runner/project.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
:license {:name "Eclipse Public License"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}
55
:dependencies [[org.clojure/clojure "1.7.0"]
6-
[leiningen "2.3.4"
7-
:exclusions [stencil]]
6+
[leiningen "2.5.2" :exclusions [stencil]]
87
[fs "1.3.3"]]
98
:uberjar-name "lein-light-standalone.jar"
109
:profiles {:uberjar {:aot :all}}
841 KB
Binary file not shown.

0 commit comments

Comments
 (0)