We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bede95c + ad922e5 commit a07ed60Copy full SHA for a07ed60
project.clj
@@ -10,7 +10,13 @@
10
11
:pedantic? :abort
12
13
- :dependencies [[org.jruby/jruby-core ~jruby-version]
+ :dependencies [[com.github.jnr/jnr-enxio "0.32.13"]
14
+ [com.github.jnr/jnr-unixsocket "0.38.17"]
15
+ [com.github.jnr/jnr-posix "3.1.15"]
16
+ [com.github.jnr/jnr-constants "0.10.3"]
17
+ [com.github.jnr/jnr-ffi "2.2.11"]
18
+ [org.jruby/jruby-core ~jruby-version
19
+ :exclusions [com.github.jnr/jnr-enxio com.github.jnr/jnr-unixsocket com.github.jnr/jnr-posix com.github.jnr/jnr-constants com.github.jnr/jnr-ffi]]
20
[org.jruby/jruby-stdlib ~jruby-version]]
21
22
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
0 commit comments