Skip to content

Commit 184a338

Browse files
author
Roman Scherer
committed
Release 1.1.2.
1 parent 7b18f35 commit 184a338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-junit "1.1.1-SNAPSHOT"
1+
(defproject lein-junit "1.1.2"
22
:author "Caspar Florian Ebeling, Roman Scherer"
33
:description "JUnit plugin for Leiningen"
44
:url "http://github.com/febeling/lein-junit"

sample/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:min-lein-version "2.0.0"
33
:dependencies [[org.clojure/clojure "1.4.0"]]
44
:profiles {:dev {:dependencies [[junit/junit "4.11"]]}}
5-
:plugins [[lein-junit "1.1.1-SNAPSHOT"]]
5+
:plugins [[lein-junit "1.1.2"]]
66
:hooks []
77
:source-paths ["src/clojure"]
88
:java-source-paths ["src/java" "test/java"]

0 commit comments

Comments
 (0)