Skip to content

Commit

Permalink
Update example projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
mneise committed Apr 27, 2017
1 parent 7a28aaf commit a69355e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example-projects/advanced/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject cljsbuild-example-advanced "1.1.5"
:description "An advanced example of how to use lein-cljsbuild"
:source-paths ["src-clj"]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-3211"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.521"
:exclusions [org.apache.ant/ant]]
[compojure "1.1.6"]
[hiccup "1.0.4"]]
Expand Down
12 changes: 6 additions & 6 deletions example-projects/advanced/resources/private/html/unit-test.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<body>
This is just a dummy HTML file with which to load the unit tests.
This file could be changed to include HTML for the tests to use
during their operation.
<script src="../js/unit-test.js" type="text/javascript"></script>
</body>
<body>
This is just a dummy HTML file with which to load the unit tests.
This file could be changed to include HTML for the tests to use
during their operation.
<script charset="UTF-8" src="../js/unit-test.js" type="text/javascript"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions example-projects/none/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:description "FIXME: write this!"
:url "http://example.com/FIXME"

:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-3211"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.521"]]

:plugins [[lein-cljsbuild "1.1.5"]]

Expand Down
4 changes: 2 additions & 2 deletions example-projects/simple/project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject cljsbuild-example-simple "1.1.5"
:description "A simple example of how to use lein-cljsbuild"
:source-paths ["src-clj"]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-3211"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.521"
:exclusions [org.apache.ant/ant]]
[compojure "1.1.6"]
[hiccup "1.0.4"]]
Expand Down

0 comments on commit a69355e

Please sign in to comment.