Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
updates jet version for improved trailers support (#712)
Browse files Browse the repository at this point in the history
* updates jet version for improved trailers support

* updates jet version after merge of improved trailers support
  • Loading branch information
shamsimam authored and sradack committed Apr 26, 2019
1 parent 951c13f commit 717a499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion token-syncer/project.clj
Expand Up @@ -14,7 +14,7 @@
;; limitations under the License.
;;
(defproject token-syncer "0.1.0-SNAPSHOT"
:dependencies [[twosigma/jet "0.7.10-20190417_013951-gef581db"]
:dependencies [[twosigma/jet "0.7.10-20190426_181314-g8d0a48b"]
[clj-time "0.15.1"]
[commons-codec/commons-codec "1.11"]
[org.clojure/clojure "1.10.0"]
Expand Down
2 changes: 1 addition & 1 deletion waiter/project.clj
Expand Up @@ -32,7 +32,7 @@

:dependencies [[bidi "2.1.5"
:exclusions [prismatic/schema ring/ring-core]]
[twosigma/jet "0.7.10-20190417_210947-g70a338b"
[twosigma/jet "0.7.10-20190426_181314-g8d0a48b"
:exclusions [org.mortbay.jetty.alpn/alpn-boot]]
[twosigma/clj-http "1.0.2-20180124_201819-gcdf23e5"
:exclusions [commons-codec commons-io org.clojure/tools.reader potemkin slingshot]]
Expand Down

0 comments on commit 717a499

Please sign in to comment.