We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e96a86 commit 0b1a59dCopy full SHA for 0b1a59d
build.boot
@@ -1,7 +1,7 @@
1
(set-env!
2
:source-paths #{"src"}
3
:dependencies '[[adzerk/bootlaces "0.1.13" :scope "test"]
4
- [amazonica/amazonica "0.3.33" :scope "test"]
+ [amazonica/amazonica "0.3.117" :scope "test"]
5
[com.google.guava/guava "18.0" :scope "test"]])
6
7
(require '[adzerk.bootlaces :refer [bootlaces! build-jar push-snapshot push-release]]
src/confetti/boot_confetti.clj
@@ -9,9 +9,9 @@
9
[boot.util :as u]
10
[boot.core :as b]))
11
12
-(def deps '[[camel-snake-kebab "0.3.2"]
+(def deps '[[camel-snake-kebab "0.4.0"]
13
[confetti/cloudformation "0.1.6"]
14
- [confetti/s3-deploy "0.1.1"]
+ [confetti/s3-deploy "0.1.2"]
15
[confetti/confetti "0.2.0"] ; for serialize/report ns
16
[com.google.guava/guava "18.0"]])
17
0 commit comments