Skip to content

Commit

Permalink
Update Sockets to 0.3.5 to fix #152.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Feb 17, 2019
1 parent 8d7e9e6 commit 2450996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
if (file('modules/sockets/build.gradle').exists()) {
bundle project(":sockets")
} else {
bundle group: 'com.dfbnc', name: 'sockets', version: '0.3.4'
bundle group: 'com.dfbnc', name: 'sockets', version: '0.3.5'
}

if (file('modules/parser/build.gradle').exists()) {
Expand Down
2 changes: 1 addition & 1 deletion modules/sockets

0 comments on commit 2450996

Please sign in to comment.