Skip to content

Commit

Permalink
[1.9.4-dev6]修复1.16.5偶发插件无法正常加载的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Jun 1, 2024
1 parent b7b01a9 commit 9166841
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
@@ -1,5 +1,5 @@
import java.text.SimpleDateFormat
version = "1.9.4-dev5"
version = "1.9.4-dev6"

plugins {
`java-library`
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
compileOnly("io.lumine:MythicLib-dist:1.6.2-SNAPSHOT")
compileOnly("net.Indyuce:MMOItems-API:6.9.5-SNAPSHOT")
compileOnly("com.willfp:EcoEnchants:12.5.1")
implementation("com.crypticlib:CrypticLib:0.17.9")
implementation("com.crypticlib:CrypticLib:0.17.10")
}

group = "com.github.yufiriamazenta"
Expand Down

0 comments on commit 9166841

Please sign in to comment.