Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rux committed Jun 18, 2020
1 parent 5921e28 commit f146a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject kemurisense/twijio "0.1.10"
(defproject kemurisense/twijio "0.1.11"
:description "Pure Clojure library for interacting with the Twilio REST API, to send SMS messages"
:url "https://github.com/kemurisense/twijio/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/core.async "1.1.587"]
[org.clojure/core.async "1.2.603"]
[cheshire "5.10.0"]
[http-kit "2.3.0"]])

0 comments on commit f146a01

Please sign in to comment.