Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Update libraries in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Mar 19, 2017
1 parent f7451c9 commit 294c74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/leiningen/new/audio/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:source-paths #{"src"}
:resource-paths #{"resources"}
:dependencies '[[org.clojure/clojure "1.8.0"]
[alda "1.0.0-rc34"]])
[alda "1.0.0-rc50"]])

(task-options!
pom {:project '{{app-name}}
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/graphics/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[org.clojure/clojure "1.8.0"]
[quil "2.3.0" :exclusions [org.clojure/clojure]]]
[quil "2.6.0" :exclusions [org.clojure/clojure]]]
:main {{namespace}})
2 changes: 1 addition & 1 deletion resources/leiningen/new/web/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[adzerk/boot-reload "0.4.12" :scope "test"]
; project deps
[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.456" :scope "test"]
[org.clojure/clojurescript "1.9.473" :scope "test"]
[reagent "0.6.0" :scope "test"]
[ring "1.5.1"]])

Expand Down

0 comments on commit 294c74f

Please sign in to comment.