Skip to content

Commit 0b1a59d

Browse files
committed
update deps
1 parent 5e96a86 commit 0b1a59d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.boot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(set-env!
22
:source-paths #{"src"}
33
:dependencies '[[adzerk/bootlaces "0.1.13" :scope "test"]
4-
[amazonica/amazonica "0.3.33" :scope "test"]
4+
[amazonica/amazonica "0.3.117" :scope "test"]
55
[com.google.guava/guava "18.0" :scope "test"]])
66

77
(require '[adzerk.bootlaces :refer [bootlaces! build-jar push-snapshot push-release]]

src/confetti/boot_confetti.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
[boot.util :as u]
1010
[boot.core :as b]))
1111

12-
(def deps '[[camel-snake-kebab "0.3.2"]
12+
(def deps '[[camel-snake-kebab "0.4.0"]
1313
[confetti/cloudformation "0.1.6"]
14-
[confetti/s3-deploy "0.1.1"]
14+
[confetti/s3-deploy "0.1.2"]
1515
[confetti/confetti "0.2.0"] ; for serialize/report ns
1616
[com.google.guava/guava "18.0"]])
1717

0 commit comments

Comments
 (0)