Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Mar 14, 2013
1 parent abfe07a commit d5c871e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,6 +8,6 @@ FIXME

## License

Copyright © 2012 FIXME
Copyright (C) 2013 Masashi Iizuka([@uochan](http://twitter.com/uochan/))

Distributed under the Eclipse Public License, the same as Clojure.
8 changes: 4 additions & 4 deletions project.clj
@@ -1,8 +1,8 @@
(defproject clj-pretty-error "0.0.5"
(defproject clj-pretty-error "0.0.6"
:description "Library to controll exception and stack traces for Clojure."
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-text-decoration "0.0.1"]
[de.ubercode.clostache/clostache "1.3.0"]])
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-text-decoration "0.0.2"]
[de.ubercode.clostache/clostache "1.3.1"]])

0 comments on commit d5c871e

Please sign in to comment.