tatut / clj-chrome-devtools

Clojure API for controlling a Chrome DevTools remote
MIT License
130 stars 21 forks source link

Upgrade Clojure+Java dependencies #16

Closed aviflax closed 5 years ago

aviflax commented 5 years ago

I personally tend to advocate for keeping deps current as a general practice, but in this case I am specifically motivated to upgrade stylefruits/gniazdo because it has an upgraded version of org.eclipse.jetty.websocket/websocket-client which includes a fix for issue #1262 which was causing my app to print out WARNING log messages when I use this library.

All tests passed when I ran lein test.

tatut commented 5 years ago

Nice, thanks.

aviflax commented 5 years ago

My pleasure, thank you!

aviflax commented 5 years ago

Hi, any chance of a release that includes this change any time soon? (I’d hoped to include the library via git so this wouldn’t be necessary, but encountered a possible bug in tools.deps related to submodules.)

tatut commented 5 years ago

No problem, I'll make a release now.

aviflax commented 5 years ago

Thank so much!