Skip to content

Commit

Permalink
Bump latest version to 3.5.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Feb 12, 2019
1 parent fd4c606 commit 23770db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Under the hood it's building a test runner file, compiling everything and then e
In simple cases, you'll be able to execute your tests with something as succinct as the following line.

```bash
$ clojure -Sdeps '{:deps {olical/cljs-test-runner {:mvn/version "3.4.0"}}}' -m cljs-test-runner.main
$ clojure -Sdeps '{:deps {olical/cljs-test-runner {:mvn/version "3.5.0"}}}' -m cljs-test-runner.main
```

> Note: The generated test code is placed in the directory `cljs-test-runner-out` by default (configure with `--out`), you should add that to your `.gitignore` file.
Expand All @@ -23,7 +23,7 @@ I recommend you put this under an alias such as `test` or `cljs-test` if that's
```clojure
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
org.clojure/clojurescript {:mvn/version "1.10.145"}}
:aliases {:test {:extra-deps {olical/cljs-test-runner {:mvn/version "3.4.0"}}
:aliases {:test {:extra-deps {olical/cljs-test-runner {:mvn/version "3.5.0"}}
:main-opts ["-m" "cljs-test-runner.main"]}}}
```

Expand Down

0 comments on commit 23770db

Please # to comment.