We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcb347 commit 422f258Copy full SHA for 422f258
CHANGELOG.md
@@ -5,7 +5,7 @@
5
- Upgrade ClojureScript to 1.10.773
6
- Upgrade lein-git-inject to 0.0.14
7
- Upgrade shadow-cljs to 2.10.17
8
-- Upgrade binaryage/devtools to 1.0.0
+- Upgrade binaryage/devtools to 1.0.2
9
- Upgrade re-frame to 1.0.0
10
11
## v0.2.0 (2019-11-04)
project.clj
@@ -24,7 +24,7 @@
24
:password :env/CLOJARS_TOKEN}]]
25
:release-tasks [["deploy" "clojars"]]
26
27
- :profiles {:dev {:dependencies [[binaryage/devtools "1.0.0"]]}}
+ :profiles {:dev {:dependencies [[binaryage/devtools "1.0.2"]]}}
28
29
:clean-targets [:target-path
30
"run/compiled"]
0 commit comments