Skip to content

Commit

Permalink
Update kettingcommon, should fix java 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRed23 committed Jul 5, 2024
1 parent 30d5d74 commit 18318de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configurations {

dependencies {
compileOnly 'org.jetbrains:annotations:24.0.0'
implementation 'org.kettingpowered:kettingcommon:2.3.3'
implementation 'org.kettingpowered:kettingcommon:2.4.0'
implementation 'com.google.code.gson:gson:2.10.1' //Used in Patcher
implementation 'me.tongfei:progressbar:0.10.0' //Used to display progress
implementation 'org.kettingpowered:terminal-colors:1.0.2' //Used for progress bar, and terminal colors
Expand Down

0 comments on commit 18318de

Please sign in to comment.