Skip to content

Commit

Permalink
fix: DevAuth client fails because of guava implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fix3dll committed Nov 19, 2023
1 parent 827ba3b commit 6d85bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ dependencies {
exclude module: 'gson'
because 'Different version conflicts with Minecraft\'s GSON'
}
implementation('com.google.guava:guava:32.1.2-jre')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
}

Expand Down

0 comments on commit 6d85bce

Please sign in to comment.