Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update latest pre-release version on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Nov 12, 2012
1 parent c1d125c commit 624f50b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@ <h1>Clojure API for Selenium-WebDriver</h1>
</tr>
<tr>
<td>Pre-Release</td>
<td>August 15 2012</td>
<td><code>[clj-webdriver "0.6.0-alpha11"]</code></td>
<td>November 6 2012</td>
<td><code>[clj-webdriver "0.6.0-beta2"]</code></td>
</tr>
</tbody>
</table>

<p><strong>NOTE TO LEININGEN 2 USERS:</strong> At least as of Leiningen 2 preview 6, the default behavior for retrieving dependencies that fail a checksum test is <em>not to download them.</em> This affect's at least one of Selenium-WebDriver's transitive dependencies, which means you can't download clj-webdriver's dependencies with default Leiningen 2 settings. In order to solve this issue, you need to set the <code>:checksum</code> option for either your entire <code>project.clj</code> or for a specific Maven <code>:repositories</code> entry that contains Selenium-WebDriver's dependencies (e.g., Maven central). See <a href="https://github.com/technomancy/leiningen">Leiningen's</a> repository README and example <code>sample.project.clj</code> file for more information.</p>

<p><strong>clj-webdriver Resources</strong></p>

<ul>
Expand Down

0 comments on commit 624f50b

Please sign in to comment.