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

Commit

Permalink
Address #88 by bumping versions in template project.clj (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey authored and moea committed Jun 28, 2018
1 parent f78c33f commit 85c6710
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject {{name}} "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.51"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.312"]
[io.nervous/cljs-lambda "0.3.5"]]
:plugins [[lein-npm "0.6.2"]
[io.nervous/lein-cljs-lambda "0.6.6"]]
Expand All @@ -11,4 +11,4 @@
:output-dir "target/{{name}}"
:target :nodejs
:language-in :ecmascript5
:optimizations :none}}})
:optimizations :simple}}})

0 comments on commit 85c6710

Please sign in to comment.