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 484d5ab commit 9ca3556Copy full SHA for 9ca3556
README.md
@@ -7,7 +7,7 @@ Utilities for [clojure.spec](https://github.com/clojure/spec.alpha).
7
#### Coordinates
8
9
```clojure
10
-[com.nedap.staffing-solutions/utils.spec "0.8.1"]
+[com.nedap.staffing-solutions/utils.spec "0.8.2"]
11
```
12
13
> Note that self-hosted ClojureScript (e.g. Lumo) is unsupported at the moment.
project.clj
@@ -1,4 +1,4 @@
1
-(defproject com.nedap.staffing-solutions/utils.spec "0.8.1"
+(defproject com.nedap.staffing-solutions/utils.spec "0.8.2"
2
:description "clojure.spec utilities"
3
4
:url "https://github.com/nedap/utils.spec"
0 commit comments