We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389bde3 commit a35ac12Copy full SHA for a35ac12
project.clj
@@ -1,10 +1,9 @@
1
-(defproject lein-junit "1.0.3-SNAPSHOT"
+(defproject lein-junit "1.0.3"
2
:author "Caspar Florian Ebeling, Roman Scherer"
3
:description "JUnit plugin for Leiningen"
4
:url "http://github.com/febeling/lein-junit"
5
:min-lein-version "2.0.0"
6
:dependencies [[ant/ant-junit "1.6.5"]
7
[lancet "1.0.1"]
8
[junit/junit "4.10"]]
9
- ;; :profiles {:dev {:dependencies [[junit/junit "4.8.1"]]}}
10
:eval-in-leiningen true)
0 commit comments