Skip to content

Commit

Permalink
revert build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeshshrestha committed Dec 2, 2024
1 parent e428051 commit 431012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {
val flatLafVersion = "3.4"

// use this if you want to use local(mavenLocal) darkbot API
api("eu.darkbot", "darkbot-impl", apiVersion)
// api("eu.darkbot.DarkBotAPI", "darkbot-impl", apiVersion)
// api("eu.darkbot", "darkbot-impl", apiVersion)
api("eu.darkbot.DarkBotAPI", "darkbot-impl", apiVersion)

// have to keep version 2.8.9, in newer versions GSON calls `toString` of config enums upon creation
api("com.google.code.gson", "gson", "2.8.9")
Expand Down

0 comments on commit 431012c

Please sign in to comment.