File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ Any contributions are much much welcome and appreciated!
21
21
## Installation
22
22
Leiningen/Boot
23
23
``` clojure
24
- [org.clojars.lispyclouds/navi " 0.0.8 " ]
24
+ [org.clojars.lispyclouds/navi " 0.0.9 " ]
25
25
```
26
26
27
27
Clojure CLI/deps.edn
28
28
``` clojure
29
- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.8 " }}
29
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.9 " }}
30
30
```
31
31
32
32
Gradle
33
33
``` groovy
34
- compile 'org.clojars.lispyclouds:navi:0.0.8 '
34
+ compile 'org.clojars.lispyclouds:navi:0.0.9 '
35
35
```
36
36
37
37
Maven
38
38
``` xml
39
39
<dependency >
40
40
<groupId >org.clojars.lispyclouds</groupId >
41
41
<artifactId >navi</artifactId >
42
- <version >0.0.8 </version >
42
+ <version >0.0.9 </version >
43
43
</dependency >
44
44
```
45
45
@@ -194,7 +194,7 @@ Bootstrapping a Jetty server:
194
194
195
195
deps.edn used for this example:
196
196
``` edn
197
- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.8 " }
197
+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.9 " }
198
198
metosin/reitit-core {:mvn/version " 0.6.0" }
199
199
metosin/reitit-http {:mvn/version " 0.6.0" }
200
200
metosin/reitit-interceptors {:mvn/version " 0.6.0" }
Original file line number Diff line number Diff line change 4
4
; license that can be found in the LICENSE file or at
5
5
; https://opensource.org/licenses/MIT.
6
6
7
- (defproject org.clojars.lispyclouds /navi " 0.0.8 "
7
+ (defproject org.clojars.lispyclouds /navi " 0.0.9 "
8
8
:author " Rahul De <[email protected] >"
9
9
:url " https://github.com/lispyclouds/navi"
10
10
:description " A tiny library converting OpenAPI route definitions to Reitit routes."
You can’t perform that action at this time.
0 commit comments