Skip to content

Commit b8ad3e4

Browse files
author
Roman Scherer
committed
Updated versions in README.md.
1 parent 2e841a6 commit b8ad3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Via Clojars: http://clojars.org/lein-junit
1111
(defproject sample-project "0.0.1-SNAPSHOT"
1212
:min-lein-version "2.0.0"
1313
:dependencies [[org.clojure/clojure "1.4.0"]]
14-
:profiles {:dev {:dependencies [[junit/junit "4.10"]]}}
15-
:plugins [[lein-junit "1.0.2-SNAPSHOT"]]
14+
:profiles {:dev {:dependencies [[junit/junit "4.11"]]}}
15+
:plugins [[lein-junit "1.1.2"]]
1616
:source-paths ["src/clojure"]
1717
:java-source-paths ["src/java" "test/java"]
1818
:junit ["test/java"]

0 commit comments

Comments
 (0)