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.
2 parents f48fbf9 + 171e0c2 commit d661c51Copy full SHA for d661c51
README.md
@@ -25,12 +25,12 @@ Try it! https://phronmophobic.github.io/viscous/
25
26
#### deps.edn
27
```clojure
28
-com.phronemophobic/viscous {:mvn/version "1.3.2"}
+com.phronemophobic/viscous {:mvn/version "1.3.3"}
29
```
30
31
#### lein
32
33
-[com.phronemophobic/viscous "1.3.2"]
+[com.phronemophobic/viscous "1.3.3"]
34
35
36
## Programmatic Usage
@@ -56,7 +56,7 @@ Create an alias for viscous
56
57
58
:viscous
59
- {:replace-deps {com.phronemophobic/viscous {:mvn/version "1.3.2"}
+ {:replace-deps {com.phronemophobic/viscous {:mvn/version "1.3.3"}
60
org.clojure/data.json {:mvn/version "2.4.0"}}
61
:exec-fn com.phronemophobic.viscous.cli/main}
62
0 commit comments