Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use updated enxio and unixsocket for read-selectable servers.
Fixes #2750 (probably).
  • Loading branch information
headius committed Mar 25, 2015
1 parent a7bfa0d commit 052e0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.6</version>
<version>0.7-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 052e0d0

Please sign in to comment.