Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jun 9, 2022
1 parent c254d69 commit 41cfff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.5"
(defproject io.operatr/slipway-core "1.0.6"
: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.5"
(defproject io.operatr/slipway-jetty10 "1.0.6"
: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.1"]
[org.clojure/tools.logging "1.2.4"]
[ring/ring-servlet "1.9.5"]
[io.operatr/slipway-core "1.0.5"]
[io.operatr/slipway-core "1.0.6"]
[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.5"
(defproject io.operatr/slipway-jetty9 "1.0.6"
: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.1"]
[ring/ring-servlet "1.9.5"]
[io.operatr/slipway-core "1.0.5"]
[io.operatr/slipway-core "1.0.6"]
[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 41cfff8

Please sign in to comment.