Skip to content

Commit

Permalink
udpated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Feb 25, 2017
1 parent 516782b commit 4c60c9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.class
*.iml
*.jar
.*
.idea
checkouts
classes
figwheel_server.log
Expand Down
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:license {:name "MIT" :url "https://opensource.org/licenses/MIT"}

:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
[org.clojure/clojurescript "1.9.293"]
[org.clojure/clojurescript "1.9.494"]
[commons-io "2.5"]

[navis/untangled-client "0.6.0"]
[navis/untangled-client "0.7.0"]
[untangled/om-css "1.0.0"]
[org.omcljs/om "1.0.0-alpha47"]
[org.omcljs/om "1.0.0-alpha48"]

[navis/untangled-spec "0.3.9" :scope "test" :exclusions [io.aviso/pretty]]
[lein-doo "0.1.7" :scope "test"]
Expand All @@ -17,7 +17,7 @@
[com.taoensso/timbre "4.7.4"]
[navis/untangled-server "0.6.2"]]

:plugins [[lein-cljsbuild "1.1.4"]
:plugins [[lein-cljsbuild "1.1.5"]
[lein-doo "0.1.7"]
[com.jakemccrary/lein-test-refresh "0.17.0"]]

Expand Down Expand Up @@ -90,10 +90,10 @@
:prep-tasks ["compile"
["cljsbuild" "once" "production"]]}
:dev {:source-paths ["dev/client" "dev/server" "src/client" "src/server"]
:dependencies [[binaryage/devtools "0.8.3"]
:dependencies [[binaryage/devtools "0.9.1"]
[org.clojure/tools.namespace "0.2.11"]
[com.cemerick/piggieback "0.2.1"]
[figwheel-sidecar "0.5.8" :exclusions [org.clojure/tools.reader]]
[figwheel-sidecar "0.5.9" :exclusions [org.clojure/tools.reader]]
[devcards "0.2.2" :exclusions [org.omcljs/om]]]
:repl-options {:init-ns user
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}})

0 comments on commit 4c60c9d

Please sign in to comment.