We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ca7c0 commit 19053a9Copy full SHA for 19053a9
dependencies.gradle
@@ -8,7 +8,7 @@ def addGtForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault(
8
def addReikaModsForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault("withReikaMods", "false").toString())
9
10
def asmVersion = '9.7.1'
11
-def rfbVersion = '1.0.9'
+def rfbVersion = '1.0.10'
12
// 100% binary compatible, 1 minor source compatibility issue (removed a throws IOException clause)
13
def gsonVersion = '2.10.1'
14
0 commit comments