Skip to content

Commit

Permalink
bump to 0.2.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jan 14, 2025
1 parent 1d2b398 commit 658d910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
org.clojure/clojurescript {:mvn/version "1.10.773" :exclusions [commons-codec/commons-codec]}
org.clojure/data.json {:mvn/version "2.4.0"}
;; 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.20"}
;; com.bhauman/figwheel-core {:mvn/version "0.2.20"}
;; 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.21-SNAPSHOT"}
com.bhauman/figwheel-core {:mvn/version "0.2.21-SNAPSHOT"}

;; server
ring/ring {:mvn/version "1.13.0"}
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.20"
(defproject com.bhauman/figwheel-main "0.2.21-SNAPSHOT"
:description "Figwheel Main - Clojurescript tooling."
:url "https://github.com/bhauman/figwheel-main"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -9,8 +9,8 @@
[[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.773" :exclusions [commons-codec]]
[org.clojure/data.json "2.4.0"]
[com.bhauman/figwheel-repl "0.2.20"]
[com.bhauman/figwheel-core "0.2.20"]
[com.bhauman/figwheel-repl "0.2.21-SNAPSHOT"]
[com.bhauman/figwheel-core "0.2.21-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 658d910

Please sign in to comment.