Skip to content

Commit

Permalink
Merge pull request #7 from al3x/master
Browse files Browse the repository at this point in the history
Update dependencies, add .gitignore
  • Loading branch information
ianbarber committed May 28, 2015
2 parents 079aff6 + a9cebb0 commit da2ef7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
# Created by .ignore support plugin (hsz.mobi)
### Leiningen template
pom.xml
pom.xml.asc
*jar
target/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port


4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -4,5 +4,5 @@
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:url "https://github.com/ianbarber/clj-gapi"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/data.json "0.2.3"]
[clj-http "0.7.6"]])
[org.clojure/data.json "0.2.6"]
[clj-http "1.1.2"]])

0 comments on commit da2ef7d

Please sign in to comment.