Skip to content

Commit

Permalink
Clojure 1.5.1, clj-http 0.7.5, cheshire 5.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jul 16, 2013
1 parent c021df8 commit b4e0a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject clj-librato "0.0.2"
(defproject clj-librato "0.0.3-SNAPSHOT"
:description "Clojure interface to the Librato service"
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-http "0.5.6"]
[clj-json "0.5.1"]])
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-http "0.7.5"]
[cheshire "5.2.0"]])
2 changes: 1 addition & 1 deletion src/clj_librato/metrics.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns clj-librato.metrics
(:use [slingshot.slingshot :only [try+]])
(:require [clj-json.core :as json]
(:require [cheshire.core :as json]
[clj-http.client :as client]
[clojure.string :as string]
clj-http.util))
Expand Down

0 comments on commit b4e0a96

Please sign in to comment.