Skip to content

Commit

Permalink
Bump figwheel-sidecar to 0.5.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Jan 9, 2018
1 parent 212542b commit beabdd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### 0.5.14 - To be released
### 0.5.15 - to be released

- New release aligned with Figwheel `0.5.15`.

**[compare](https://github.com/boot-clj/boot-fig reload/compare/0.5.14...master)**

### 0.5.14

- New release aligned with Figwheel `0.5.14`.

Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def figwheel-dependency '[figwheel-sidecar "0.5.14"])
(def figwheel-dependency '[figwheel-sidecar "0.5.15-SNAPSHOT"])

(set-env!
:source-paths #{"src"}
Expand All @@ -12,7 +12,7 @@
'[adzerk.bootlaces :refer [bootlaces! build-jar push-snapshot push-release]]
'[metosin.boot-alt-test :refer [alt-test]])

(def +version+ "0.5.14")
(def +version+ "0.5.15-SNAPSHOT")
(bootlaces! +version+)

(task-options!
Expand Down
2 changes: 1 addition & 1 deletion src/powerlaces/boot_figreload.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[powerlaces.boot-figreload.util :as util]))

(def ^:private deps '[[http-kit "2.1.18"]
[figwheel-sidecar "0.5.14"]])
[figwheel-sidecar "0.5.15-SNAPSHOT"]])

(defn- make-pod []
(future (-> (get-env) (update-in [:dependencies] into deps) pod/make-pod)))
Expand Down

0 comments on commit beabdd0

Please sign in to comment.