Skip to content

Commit a8cee97

Browse files
committed
update dependencies and make release version
1 parent 7fc64dd commit a8cee97

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

project.clj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
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"}
26
:profiles {:dev {:dependencies [[org.clojure/tools.namespace "1.1.0"]
37
[org.clojure/clojure "1.10.3"]
48
[org.clojure/spec.alpha "0.2.194"]
59
[pjstadig/humane-test-output "0.11.0"]
6-
[org.slf4j/slf4j-simple "1.7.30"]
10+
[org.slf4j/slf4j-simple "1.7.31"]
711
[com.gfredericks/test.chuck "0.2.11"]
812
[circleci/bond "0.5.0"]
913
; TODO pending jdk 9 compat https://github.com/pallet/alembic/pull/16
@@ -23,7 +27,7 @@
2327
[org.clojure/data.json "2.3.1"]
2428
[org.clojure/core.async "1.3.618"]
2529
[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"]])
2933

0 commit comments

Comments
 (0)