Skip to content

Commit

Permalink
Update InvUI
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Aug 12, 2024
1 parent efca467 commit 73c5c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ format.version = "1.1"

[versions]
cbf = "0.13"
invui = "1.34"
invui = "1.35"
jgrapht = "1.5.2"
kotlin = "2.0.20-RC"
kotlinx-coroutines = "1.8.0"
Expand All @@ -26,7 +26,7 @@ cosmic-binary-format = { group = "xyz.xenondevs.cbf", name = "cosmic-binary-form
cosmic-binary-format-provider = { group = "xyz.xenondevs.cbf", name = "cosmic-binary-format-provider", version.ref = "cbf" }
fuzzywuzzy = { group = "me.xdrop", name = "fuzzywuzzy", version = "1.4.0" }
gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
inventoryaccess = { group = "xyz.xenondevs.invui", name = "inventory-access-r20", version.ref = "invui" }
inventoryaccess = { group = "xyz.xenondevs.invui", name = "inventory-access-r21", version.ref = "invui" }
invui-kotlin = { group = "xyz.xenondevs.invui", name = "invui-kotlin", version.ref = "invui" }
jgrapht-core = { group = "org.jgrapht", name = "jgrapht-core", version.ref = "jgrapht" }
jgrapht-io = { group = "org.jgrapht", name = "jgrapht-io", version.ref = "jgrapht" }
Expand Down

0 comments on commit 73c5c31

Please sign in to comment.