Skip to content

Commit

Permalink
Released 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 11, 2019
1 parent 5368d3a commit e82073d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lein-ltest/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-ltest "0.4.0-SNAPSHOT"
(defproject lein-ltest "0.4.0"
:description "The lein plugin for ltest"
:url "https://github.com/clojusc/ltest"
:license {
Expand Down
2 changes: 1 addition & 1 deletion lein-ltest/src/leiningen/ltest.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(def ^:dynamic *exit-after-tests* true)

(def ltest-profile
{:dependencies '[[clojusc/ltest "0.4.0-SNAPSHOT"]]})
{:dependencies '[[clojusc/ltest "0.4.0"]]})

;; The following three forms are copied from leiningen.test

Expand Down
6 changes: 3 additions & 3 deletions ltest/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojusc/ltest "0.4.0-SNAPSHOT"
(defproject clojusc/ltest "0.4.0"
:description "A custom test runner for clojure.test with detailed, coloured output and summaries"
:url "https://github.com/clojusc/ltest"
:license {
Expand All @@ -21,12 +21,12 @@
[lein-kibit "0.1.7"]]}
:ltest-examples {
:plugins [
[lein-ltest "0.4.0-SNAPSHOT"]]
[lein-ltest "0.4.0"]]
:test-paths ["test" "resources/sample-tests/src"]}
:test {
:plugins [
[lein-ancient "0.6.15"]
[lein-ltest "0.4.0-SNAPSHOT"]]
[lein-ltest "0.4.0"]]
:source-paths [
"resources/sample-tests/src"]}
:dev {
Expand Down

0 comments on commit e82073d

Please sign in to comment.