Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Jan 13, 2024
1 parent 80adfd6 commit 7108c54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
kotlin("jvm") version "1.9.21"
kotlin("plugin.serialization") version "1.9.21"
id("com.modrinth.minotaur") version "2.8.5" apply (false)
kotlin("jvm") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("com.modrinth.minotaur") version "2.8.7" apply (false)
id("com.github.breadmoirai.github-release") version "2.5.2" apply (false)

id("fabric-loom") version "1.4-SNAPSHOT" apply (false)
id("fabric-loom") version "1.5-SNAPSHOT" apply (false)

id("io.papermc.paperweight.userdev") version "1.5.5" apply (false)
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pluginManagement {
}
}

include("telekinesis-paper")
//include("telekinesis-paper")
include("telekinesis-fabric")
8 changes: 4 additions & 4 deletions telekinesis-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ repositories {
dependencies {
minecraft("com.mojang:minecraft:$mcVersion")
mappings(loom.layered {
parchment("org.parchmentmc.data:parchment-1.20.2:2023.10.22@zip")
parchment("org.parchmentmc.data:parchment-1.20.3:2023.12.31@zip")
officialMojangMappings()
})
implementation("org.vineflower:vineflower:1.9.3")
modImplementation("net.fabricmc:fabric-loader:0.15.3")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.16+kotlin.1.9.21")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.17+kotlin.1.9.22")
modImplementation("dev.isxander.yacl:yet-another-config-lib-fabric:3.3.1+1.20.4")
modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")

modRuntimeOnly("net.fabricmc.fabric-api:fabric-api:0.91.3+1.20.4") // Not necessary, just here for testing purposes

include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.1.1")!!)!!)

include(implementation("com.akuleshov7:ktoml-core-jvm:0.5.0")!!)
include(implementation("com.akuleshov7:ktoml-core-jvm:0.5.1")!!)

// Integration
modCompileOnly("maven.modrinth:abooMhox:c2klaSgQ") // tree-harvester by ricksouth
Expand Down Expand Up @@ -88,7 +88,7 @@ tasks {
"name" to modName,
"description" to modDescription,
"version" to project.version,
"github" to githubRepo,
"github" to githubRepo
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion telekinesis-fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": "${version}",
"environment": "*",
"depends": {
"fabric-language-kotlin": ">=1.10.16+kotlin.1.9.21",
"fabric-language-kotlin": ">=1.10.17+kotlin.1.9.22",
"yet_another_config_lib_v3": ">=3.3.1+1.20.4",
"minecraft": ">=1.20.3"
},
Expand Down

0 comments on commit 7108c54

Please sign in to comment.