aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-08-07 14:44:23 -0400
committerMichael Hwang <mhwang@research.att.com>2019-08-07 15:18:39 -0400
commit8bf6e3738f21a1a56a153f86d16f5f00148fa35d (patch)
tree4baebf0b9d184682309e1a3fb647d66f506e234f /project.clj
parent26be72a9a79f2f21a395bd2e67c47efce218510c (diff)
Fix run command to include full path to script
Change-Id: I1bd509fcc0950735ef1dba0291678aa0f57d3bc6 Issue-ID: DCAEGEN2-1718 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index d1b95a8..2432aec 100644
--- a/project.clj
+++ b/project.clj
@@ -21,7 +21,7 @@
; Using lein for REPL and testing because couldn't get Maven clojure plugin to work
; for these functional areas.
-(defproject service-change-handler "1.3.0"
+(defproject service-change-handler "1.3.2"
:description "Service change handler"
:dependencies [[org.clojure/clojure "1.8.0"]
[cheshire/cheshire "5.8.0"]