Skip to content

Commit

Permalink
Merge pull request #40 from devn/patch-1
Browse files Browse the repository at this point in the history
Bump version in sample project.clj
  • Loading branch information
jakemcc committed Jul 23, 2015
2 parents a0d2a81 + 7f2f86c commit 994b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.project.clj
@@ -1,6 +1,6 @@
(defproject sample "1.2.3"
:dependencies [[org.clojure/clojure "1.6.0"]]
:profiles {:dev {:plugins [[com.jakemccrary/lein-test-refresh "0.9.0"]]}}
:profiles {:dev {:plugins [[com.jakemccrary/lein-test-refresh "0.10.0"]]}}

:test-refresh {;; Specifies a command to run on test
;; failure/success. Short message is passed as the
Expand Down

0 comments on commit 994b0f2

Please sign in to comment.