Skip to content

Commit

Permalink
Update to 1.1.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mneise committed Sep 28, 2017
1 parent 644f4cf commit 7619af6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example-projects/advanced/project.clj
Expand Up @@ -6,7 +6,7 @@
:exclusions [org.apache.ant/ant]]
[compojure "1.1.6"]
[hiccup "1.0.4"]]
:plugins [[lein-cljsbuild "1.1.7"]
:plugins [[lein-cljsbuild "1.1.8-SNAPSHOT"]
[lein-ring "0.8.7"]]
; Enable the lein hooks for: compile, test, and jar.
:hooks [leiningen.cljsbuild]
Expand Down
2 changes: 1 addition & 1 deletion example-projects/none/project.clj
Expand Up @@ -5,7 +5,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.521"]]

:plugins [[lein-cljsbuild "1.1.7"]]
:plugins [[lein-cljsbuild "1.1.8-SNAPSHOT"]]

:source-paths ["src"]

Expand Down
2 changes: 1 addition & 1 deletion example-projects/simple/project.clj
Expand Up @@ -6,7 +6,7 @@
:exclusions [org.apache.ant/ant]]
[compojure "1.1.6"]
[hiccup "1.0.4"]]
:plugins [[lein-cljsbuild "1.1.7"]
:plugins [[lein-cljsbuild "1.1.8-SNAPSHOT"]
[lein-ring "0.8.7"]]
:cljsbuild {
:builds [{:source-paths ["src-cljs"]
Expand Down
4 changes: 2 additions & 2 deletions plugin/project.clj
@@ -1,4 +1,4 @@
(defproject lein-cljsbuild "1.1.7"
(defproject lein-cljsbuild "1.1.8-SNAPSHOT"
:description "ClojureScript Autobuilder Plugin"
:url "http://github.com/emezeske/lein-cljsbuild"
:license
Expand All @@ -10,6 +10,6 @@
:dev {
:dependencies [
[midje "1.6.3"]
[cljsbuild "1.1.7"]]
[cljsbuild "1.1.8-SNAPSHOT"]]
:plugins [[lein-midje "3.1.3"]]}}
:eval-in-leiningen true)
2 changes: 1 addition & 1 deletion support/project.clj
@@ -1,4 +1,4 @@
(defproject cljsbuild "1.1.7"
(defproject cljsbuild "1.1.8-SNAPSHOT"
:description "ClojureScript Autobuilder"
:url "http://github.com/emezeske/lein-cljsbuild"
:license
Expand Down

0 comments on commit 7619af6

Please sign in to comment.