We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93aa12a commit 19e5165Copy full SHA for 19e5165
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
// Fabric API. This is technically optional, but you probably want it anyway.
36
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
37
38
- modImplementation include('com.github.Coflnet:CoflSkyCore:33900163ec')
+ modImplementation include('com.github.Coflnet:CoflSkyCore:74daa22055')
39
modImplementation include("org.greenrobot:eventbus-java:3.3.1")
40
modImplementation include("org.java-websocket:Java-WebSocket:1.5.2")
41
modImplementation include("com.google.code.gson:gson:2.10.1")
0 commit comments