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 6ea0c9d commit cc6bfc3Copy full SHA for cc6bfc3
CHANGELOG.md
@@ -3,6 +3,7 @@
3
#### Changed
4
5
- Upgrade ClojureScript to [1.10.748](https://clojurescript.org/news/2020-04-24-release)
6
+- Upgrade lein-git-inject to 0.0.14
7
- Upgrade shadow-cljs to 2.8.109
8
- Upgrade binaryage/devtools to 1.0.0
9
- Upgrade re-frame to 0.12.0
project.clj
@@ -12,7 +12,7 @@
12
[re-frame "0.12.0" :scope "provided"]
13
[cljs-ajax "0.8.0"]]
14
15
- :plugins [[day8/lein-git-inject "0.0.11"]
+ :plugins [[day8/lein-git-inject "0.0.14"]
16
[lein-shadow "0.2.0"]
17
[lein-shell "0.5.0"]]
18
0 commit comments