Skip to content

Instantly share code, notes, and snippets.

@arohner
Created March 31, 2014 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohner/9902017 to your computer and use it in GitHub Desktop.
Save arohner/9902017 to your computer and use it in GitHub Desktop.
break `lein deps :tree`
(defproject broken-clj-webdriver "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[clj-webdriver "0.6.0"]
[clj-webdriver "0.6.0-beta2"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment