Skip to content

Commit 74c7a9b

Browse files
committed
Update the cloverage version in the makefile
1 parent ef52d3d commit 74c7a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test-clj test-cljs eastwood cljfmt cloverage install smoketest release deploy clean
22

33
VERSION ?= 1.9
4-
export CLOVERAGE_VERSION = 1.0.11-SNAPSHOT
4+
export CLOVERAGE_VERSION = 1.0.13
55

66
# The test-cljs target needs to be modified if working with JDK9
77
JAVA_VERSION = $(shell lein with-profile +sysutils \

0 commit comments

Comments
 (0)