Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Apr 8, 2022
1 parent 918a257 commit 06d1340
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ Thus, Slipway is battle tested. We imagine kPow is one of the most heavily deplo

### Installation

Add one of these dependencies to your deps:
Slipway is available from Clojars. 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.3"]
[io.operatr/slipway-jetty10 "1.0.4"]
```

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

### 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.3"
(defproject io.operatr/slipway-core "1.0.4"
: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.3"
(defproject io.operatr/slipway-jetty10 "1.0.4"
: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.3"]
[io.operatr/slipway-core "1.0.4"]
[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.3"
(defproject io.operatr/slipway-jetty9 "1.0.4"
: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.3"]
[io.operatr/slipway-core "1.0.4"]
[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 06d1340

Please sign in to comment.