Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Dec 29, 2017
1 parent 5e96a86 commit 0b1a59d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(set-env!
:source-paths #{"src"}
:dependencies '[[adzerk/bootlaces "0.1.13" :scope "test"]
[amazonica/amazonica "0.3.33" :scope "test"]
[amazonica/amazonica "0.3.117" :scope "test"]
[com.google.guava/guava "18.0" :scope "test"]])

(require '[adzerk.bootlaces :refer [bootlaces! build-jar push-snapshot push-release]]
Expand Down
4 changes: 2 additions & 2 deletions src/confetti/boot_confetti.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
[boot.util :as u]
[boot.core :as b]))

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

Expand Down

0 comments on commit 0b1a59d

Please sign in to comment.