Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 59b1a73

Browse files
committed
Example should use supported Clojure version
1 parent 8da0a05 commit 59b1a73

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ has the following `:dependencies` and `:repl-options`:
6565

6666
```clojure
6767
(defproject lttest "0.1.0-SNAPSHOT"
68-
:description "FIXME: write description"
69-
:dependencies [[org.clojure/clojure "1.6.0"]
68+
:dependencies [[org.clojure/clojure "1.7.0"]
7069
[lein-light-nrepl "X.X.X"]]
7170
:repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops]})
7271
```

0 commit comments

Comments
 (0)