Skip to content

Commit

Permalink
Update RFB to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven authored Feb 20, 2025
1 parent dc12f27 commit c7c60a4
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.7.1'
def rfbVersion = '1.0.8'
def rfbVersion = '1.0.9'
// 100% binary compatible, 1 minor source compatibility issue (removed a throws IOException clause)
def gsonVersion = '2.10.1'

Expand Down

0 comments on commit c7c60a4

Please sign in to comment.