We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b18f35 commit 184a338Copy full SHA for 184a338
project.clj
@@ -1,4 +1,4 @@
1
-(defproject lein-junit "1.1.1-SNAPSHOT"
+(defproject lein-junit "1.1.2"
2
:author "Caspar Florian Ebeling, Roman Scherer"
3
:description "JUnit plugin for Leiningen"
4
:url "http://github.com/febeling/lein-junit"
sample/project.clj
@@ -2,7 +2,7 @@
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]]
:profiles {:dev {:dependencies [[junit/junit "4.11"]]}}
5
- :plugins [[lein-junit "1.1.1-SNAPSHOT"]]
+ :plugins [[lein-junit "1.1.2"]]
6
:hooks []
7
:source-paths ["src/clojure"]
8
:java-source-paths ["src/java" "test/java"]
0 commit comments