Skip to content

Commit

Permalink
Bump RFB
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Mar 23, 2024
1 parent 7ee9c0f commit 64c4469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def addGtForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault(
def addReikaModsForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault("withReikaMods", "false").toString())

def asmVersion = '9.6'
def rfbVersion = '1.0.1'
def rfbVersion = '1.0.2'
// 100% binary compatible, 1 minor source compatibility issue (removed a throws IOException clause)
def gsonVersion = '2.10.1'

Expand Down

0 comments on commit 64c4469

Please sign in to comment.