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 972bae3 commit 8050126Copy full SHA for 8050126
README.md
@@ -9,11 +9,11 @@ purposes.
9
10
Add the following dependency to your deps.edn file:
11
12
- ring/ring-mock {:mvn/version "0.6.0"}
+ ring/ring-mock {:mvn/version "0.6.1"}
13
14
Or to your Leiningen project file:
15
16
- [ring/ring-mock "0.6.0"]
+ [ring/ring-mock "0.6.1"]
17
18
## Documentation
19
project.clj
@@ -1,4 +1,4 @@
1
-(defproject ring/ring-mock "0.6.0"
+(defproject ring/ring-mock "0.6.1"
2
:description "A library for creating mock Ring request maps"
3
:url "https://github.com/ring-clojure/ring-mock"
4
:license {:name "The MIT License"
0 commit comments