Skip to content

Commit a0b5d61

Browse files
committed
Updated kdiscordipc
1 parent f09506a commit a0b5d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ dependencies {
155155

156156
// Add dependencies on the required Kotlin modules.
157157
includeLib("io.github.classgraph:classgraph:${classGraphVersion}")
158-
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
158+
includeLib("com.github.emyfops:KDiscordIPC:$discordIPCVersion")
159159
includeLib("com.pngencoder:pngencoder:$pngEncoderVersion")
160160

161161
includeLib("io.github.spair:imgui-java-binding:$spairVersion")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kotlinVersion=2.2.0
3434
pngEncoderVersion=0.16.0
3535
javaVersion=21
3636
baritoneVersion=1.14.0
37-
discordIPCVersion=7ab2e77312
37+
discordIPCVersion=6f6b6cce17
3838
classGraphVersion=4.8.179
3939
ktorVersion=3.1.2
4040
mockitoKotlin=5.4.0

0 commit comments

Comments
 (0)