Skip to content

Commit

Permalink
Tutorial: use Jepsen 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Feb 5, 2018
1 parent a2db6e3 commit 742600c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tutorial/01-scaffolding.md
Expand Up @@ -29,8 +29,8 @@ be using it here.
We'll start by editing `project.clj`, which specifies the project's
dependencies and other metadata. We'll add a `:main` namespace, which is how
we'll run the test from the command line. In addition to depending on the
Clojure language itself, we'll pull in the Jepsen library (at version 0.1.7),
and Verschlimmbesserung: a library for talking to etcd.
Clojure language itself, we'll pull in the Jepsen library, and
Verschlimmbesserung: a library for talking to etcd.

```clj
(defproject jepsen.etcdemo "0.1.0-SNAPSHOT"
Expand All @@ -39,7 +39,7 @@ and Verschlimmbesserung: a library for talking to etcd.
:url "http://www.eclipse.org/legal/epl-v10.html"}
:main jepsen.etcdemo
:dependencies [[org.clojure/clojure "1.9.0"]
[jepsen "0.1.7"]
[jepsen "0.1.8"]
[verschlimmbesserung "0.1.3"]])
```

Expand Down

0 comments on commit 742600c

Please sign in to comment.