We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087b2a3 commit 38e4b40Copy full SHA for 38e4b40
README.md
@@ -15,11 +15,11 @@ and limits itself to a small set of general-purpose functions.
15
16
Add the following dependency to your deps.edn file:
17
18
- dev.weavejester/medley {:mvn/version "1.6.0"}
+ dev.weavejester/medley {:mvn/version "1.7.0"}
19
20
Or to your Leiningen project file:
21
22
- [dev.weavejester/medley "1.6.0"]
+ [dev.weavejester/medley "1.7.0"]
23
24
## Documentation
25
project.clj
@@ -1,4 +1,4 @@
1
-(defproject dev.weavejester/medley "1.6.0"
+(defproject dev.weavejester/medley "1.7.0"
2
:description "A lightweight library of useful, mostly pure functions"
3
:url "https://github.com/weavejester/medley"
4
:license {:name "Eclipse Public License"
0 commit comments