Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Apr 8, 2022
1 parent b564829 commit 34d9a39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Add one of these dependencies to your deps:

```clojure
;; Recommended for most users, tracks against the latest version of Jetty:
[io.operatr/slipway-jetty10 "1.0.2"]
[io.operatr/slipway-jetty10 "1.0.3"]
```

```clojure
;; If you are still on Java8 use this dependency:
[io.operatr/slipway-jetty9 "1.0.2"]
[io.operatr/slipway-jetty9 "1.0.3"]
```

### Running a server
Expand Down
2 changes: 1 addition & 1 deletion slipway-core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.operatr/slipway-core "1.0.2"
(defproject io.operatr/slipway-core "1.0.3"
:description "A Jetty ring adapter for enterprise Clojure development."
:url "https://github.com/operatr-io/slipway"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.operatr/slipway-jetty10 "1.0.2"
(defproject io.operatr/slipway-jetty10 "1.0.3"
:description "A Jetty ring adapter for enterprise Clojure development."
:url "https://github.com/operatr-io/slipway"
:license {:name "Eclipse Public License"
Expand All @@ -19,7 +19,7 @@
:dependencies [[org.clojure/clojure "1.11.0"]
[org.clojure/tools.logging "1.2.4"]
[ring/ring-servlet "1.9.5"]
[io.operatr/slipway-core "1.0.2"]
[io.operatr/slipway-core "1.0.3"]
[org.eclipse.jetty.websocket/websocket-jetty-api "10.0.9" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty.websocket/websocket-jetty-server "10.0.9" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty.websocket/websocket-servlet "10.0.9" :exclusions [org.slf4j/slf4j-api]]
Expand Down
4 changes: 2 additions & 2 deletions slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.operatr/slipway-jetty9 "1.0.2"
(defproject io.operatr/slipway-jetty9 "1.0.3"
:description "A Jetty ring adapter for enterprise Clojure development."
:url "https://github.com/operatr-io/slipway"
:license {:name "Eclipse Public License"
Expand All @@ -18,7 +18,7 @@

:dependencies [[org.clojure/clojure "1.11.0"]
[ring/ring-servlet "1.9.5"]
[io.operatr/slipway-core "1.0.2"]
[io.operatr/slipway-core "1.0.3"]
[org.eclipse.jetty/jetty-server "9.4.46.v20220331"]
[org.eclipse.jetty.websocket/websocket-server "9.4.46.v20220331"]
[org.eclipse.jetty.websocket/websocket-servlet "9.4.46.v20220331"]
Expand Down

0 comments on commit 34d9a39

Please sign in to comment.