Skip to content

Commit

Permalink
3.2.4 - use Clojure 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Jun 30, 2016
1 parent be50b5a commit aff74a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -6,7 +6,7 @@

(require '[adzerk.bootlaces :refer :all])

(def +version+ "3.2.3")
(def +version+ "3.2.4")

(bootlaces! +version+)

Expand Down
7 changes: 3 additions & 4 deletions src/leiningen/new/hoplon.clj
Expand Up @@ -9,8 +9,7 @@
org.clojure/clojurescript
hoplon/boot-hoplon
hoplon/hoplon
tailrecursion/boot-jetty
org.clojure/clojure])
tailrecursion/boot-jetty])

(defn latest-deps-strs [deps]
(mapv #(latest-version-string! % {:snapshots? false}) deps))
Expand All @@ -24,8 +23,8 @@
clojurescript-v
boot-hoplon-v
hoplon-v
boot-jetty-v
clojure-v] (latest-deps-strs deps)
boot-jetty-v] (latest-deps-strs deps)
clojure-v "1.8.0"
render (t/renderer "hoplon")
main-ns (t/multi-segment (t/sanitize-ns name))
data {:raw-name name
Expand Down

0 comments on commit aff74a8

Please sign in to comment.