File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- (defproject ai.motiva /stepwise " 0.6.0-beta1"
1
+ (defproject ai.motiva /stepwise " 0.6.0"
2
+ :description " Clojure AWS Step Functions library"
3
+ :url " https://github.com/Motiva-AI/stepwise"
4
+ :license {:name " Eclipse Public License"
5
+ :url " http://www.eclipse.org/legal/epl-v10.html" }
2
6
:profiles {:dev {:dependencies [[org.clojure/tools.namespace " 1.1.0" ]
3
7
[org.clojure/clojure " 1.10.3" ]
4
8
[org.clojure/spec.alpha " 0.2.194" ]
5
9
[pjstadig/humane-test-output " 0.11.0" ]
6
- [org.slf4j/slf4j-simple " 1.7.30 " ]
10
+ [org.slf4j/slf4j-simple " 1.7.31 " ]
7
11
[com.gfredericks/test.chuck " 0.2.11" ]
8
12
[circleci/bond " 0.5.0" ]
9
13
; TODO pending jdk 9 compat https://github.com/pallet/alembic/pull/16
23
27
[org.clojure/data.json " 2.3.1" ]
24
28
[org.clojure/core.async " 1.3.618" ]
25
29
[metosin/sieppari " 0.0.0-alpha13" ]
26
- [com.amazonaws/aws-java-sdk-iam " 1.12.5 " ]
27
- [com.amazonaws/aws-java-sdk-sts " 1.12.5 " ]
28
- [com.amazonaws/aws-java-sdk-stepfunctions " 1.12.5 " ]])
30
+ [com.amazonaws/aws-java-sdk-iam " 1.12.13 " ]
31
+ [com.amazonaws/aws-java-sdk-sts " 1.12.13 " ]
32
+ [com.amazonaws/aws-java-sdk-stepfunctions " 1.12.13 " ]])
29
33
You can’t perform that action at this time.
0 commit comments