Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Change to make it compatible with Java8-16
  • Loading branch information
LW-Davide authored Feb 13, 2024
1 parent fa0885c commit 06a1a39
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 @@ -45,7 +45,7 @@ subprojects {

dependencies {
// Use repackaged SnakeYAML for configs
implementation 'dev.geri:Konfig:1.6'
implementation 'dev.geri:Konfig:1.7'

// Use GSON for JSON processing
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
Expand Down

0 comments on commit 06a1a39

Please sign in to comment.