Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 22, 2024
2 parents 6e24eba + 593eec0 commit eb556d4
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 @@ -264,11 +264,11 @@ dependencies {
modApi("com.moandjiezana.toml:toml4j:$toml4j_version")//?.let { include(it) }

// Jankson
relocModApi("com.github.Treetrain1:Jankson:mod-SNAPSHOT")
relocModApi("com.github.AViewFromTheTop:Jankson:mod-SNAPSHOT")

// ExJson
//relocModApi("org.exjson:xjs-data:$xjs_data_version")
relocModApi("com.github.Treetrain1:xjs-data:infinity-compat-SNAPSHOT")
relocModApi("com.github.AViewFromTheTop:xjs-data:infinity-compat-SNAPSHOT")
relocModApi("org.exjson:xjs-compat:$xjs_compat_version")
relocModApi("com.personthecat:fresult:$fresult_version")
compileOnly("org.projectlombok:lombok:1.18.34")?.let { annotationProcessor(it) }
Expand Down

0 comments on commit eb556d4

Please sign in to comment.