Skip to content

Commit

Permalink
Use tools.reader for now until we can update clojail for 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Apr 19, 2013
1 parent 55ec425 commit ed812bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project.clj
@@ -1,6 +1,7 @@
(defproject lazybot "0.7.0-alpha1"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.reader "0.7.3"]
[commons-lang/commons-lang "2.5"]
[commons-io/commons-io "1.4"]
[backtype/clj-time "0.3.2"]
Expand Down
2 changes: 1 addition & 1 deletion src/lazybot/plugins/lastfm.clj
@@ -1,7 +1,7 @@
(ns lazybot.plugins.lastfm
(:require [me.raynes.least :as least]
[clojure.java.io :refer [file]]
[clojure.edn :as edn]
[clojure.tools.reader.edn :as edn]
[lazybot.info :refer [*lazybot-dir*]]
[lazybot.registry :refer [send-message defplugin]])
(:import java.io.FileWriter))
Expand Down

0 comments on commit ed812bb

Please sign in to comment.