Skip to content

Commit a35ac12

Browse files
author
Roman Scherer
committed
Release 1.0.3.
1 parent 389bde3 commit a35ac12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project.clj

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
(defproject lein-junit "1.0.3-SNAPSHOT"
1+
(defproject lein-junit "1.0.3"
22
:author "Caspar Florian Ebeling, Roman Scherer"
33
:description "JUnit plugin for Leiningen"
44
:url "http://github.com/febeling/lein-junit"
55
:min-lein-version "2.0.0"
66
:dependencies [[ant/ant-junit "1.6.5"]
77
[lancet "1.0.1"]
88
[junit/junit "4.10"]]
9-
;; :profiles {:dev {:dependencies [[junit/junit "4.8.1"]]}}
109
:eval-in-leiningen true)

0 commit comments

Comments
 (0)