Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump overseer
  • Loading branch information
clayton committed May 13, 2018
1 parent ab237f8 commit db14496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -15,7 +15,7 @@
[datascript "0.15.5"]
[de.mpg.shh/util-properties "0.0.1"]
[de.mpg.shh/util-message-server "0.2.1"]
[de.mpg.shh/util-overseer "0.0.197"]]
[de.mpg.shh/util-overseer "0.0.206"]]
:main overseer.core
:source-paths ["src/main/clojure"]
:profiles {:profiles {:uberjar {:aot :all}
Expand Down
Expand Up @@ -22,6 +22,9 @@
:workflow-create
(fn [request-channel {data :data :as message}]
(receive :workflow-create data))
:workflow-instance-create
(fn [request-channel {data :data :as message}]
(receive :workflow-instance-create data))
:workflow-play
(fn [request-channel {data :data :as message}]
(receive :workflow-play data))
Expand Down

0 comments on commit db14496

Please sign in to comment.