Skip to content

Commit

Permalink
bump to 0.2.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jul 13, 2020
1 parent 43fcd10 commit 8e508b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;; DEV for now its easier to use cider with top level deps
;; com.bhauman/figwheel-core {:local/root "/Users/bhauman/workspace/figwheel/figwheel-core"}
;; com.bhauman/figwheel-repl {:local/root "/Users/bhauman/workspace/figwheel/figwheel-repl"}
com.bhauman/figwheel-repl {:mvn/version "0.2.10"}
com.bhauman/figwheel-core {:mvn/version "0.2.10"}
com.bhauman/figwheel-repl {:mvn/version "0.2.11-SNAPSHOT"}
com.bhauman/figwheel-core {:mvn/version "0.2.11-SNAPSHOT"}

;; server
ring {:mvn/version "1.8.1"}
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.bhauman/figwheel-main "0.2.10"
(defproject com.bhauman/figwheel-main "0.2.11-SNAPSHOT"
:description "Figwheel Main - Clojurescript tooling."
:url "https://github.com/bhauman/figwheel-main"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -8,8 +8,8 @@
:dependencies
[[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.773" :exclusions [commons-codec]]
[com.bhauman/figwheel-repl "0.2.10"]
[com.bhauman/figwheel-core "0.2.10"]
[com.bhauman/figwheel-repl "0.2.11-SNAPSHOT"]
[com.bhauman/figwheel-core "0.2.11-SNAPSHOT"]
[com.bhauman/spell-spec "0.1.1"]
[com.bhauman/cljs-test-display "0.1.1"]
[com.bhauman/certifiable "0.0.7"]
Expand Down

0 comments on commit 8e508b3

Please sign in to comment.