We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a8a1d commit 4ec5ba6Copy full SHA for 4ec5ba6
2 files changed
README.md
@@ -10,11 +10,11 @@ framework.
10
11
Add the following dependency to your deps.edn file:
12
13
- org.duct-framework/server.http.jetty {:mvn/version "0.3.2"}
+ org.duct-framework/server.http.jetty {:mvn/version "0.3.3"}
14
15
Or to your Leiningen project file:
16
17
- [org.duct-framework/server.http.jetty "0.3.2"]
+ [org.duct-framework/server.http.jetty "0.3.3"]
18
19
## Usage
20
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/server.http.jetty "0.3.2"
+(defproject org.duct-framework/server.http.jetty "0.3.3"
2
:description "Integrant methods for running a Jetty web server"
3
:url "https://github.com/duct-framework/server.http.jetty"
4
:license {:name "Eclipse Public License"
0 commit comments