We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c20f6 commit 54f45abCopy full SHA for 54f45ab
README.md
@@ -13,11 +13,11 @@ and limits itself to a small set of general-purpose functions.
13
14
Add the following dependency to your deps.edn file:
15
16
- dev.weavejester/medley {:mvn/version "1.8.1"}
+ dev.weavejester/medley {:mvn/version "1.9.0"}
17
18
Or to your Leiningen project file:
19
20
- [dev.weavejester/medley "1.8.1"]
+ [dev.weavejester/medley "1.9.0"]
21
22
## Documentation
23
project.clj
@@ -1,4 +1,4 @@
1
-(defproject dev.weavejester/medley "1.8.1"
+(defproject dev.weavejester/medley "1.9.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