Skip to content

Commit 19053a9

Browse files
committed
Update rfb with a fix for #205
1 parent 58ca7c0 commit 19053a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def addGtForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault(
88
def addReikaModsForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault("withReikaMods", "false").toString())
99

1010
def asmVersion = '9.7.1'
11-
def rfbVersion = '1.0.9'
11+
def rfbVersion = '1.0.10'
1212
// 100% binary compatible, 1 minor source compatibility issue (removed a throws IOException clause)
1313
def gsonVersion = '2.10.1'
1414

0 commit comments

Comments
 (0)