Skip to content

Commit

Permalink
Merge pull request #21 from Arian04/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored Mar 26, 2023
2 parents a0660bb + 1005476 commit decd4bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ version = "1.1.4-SNAPSHOT"
group = "xyz.jpenilla"
description = "Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more."

val minecraftVersion = "1.19.3"
val minecraftVersion = "1.19.4"

dependencies {
minecraft("com.mojang", "minecraft", minecraftVersion)
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc", "fabric-loader", "0.14.11")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.68.1+1.19.3")
modImplementation("net.fabricmc", "fabric-loader", "0.14.18")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.76.0+1.19.4")

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.17.1")

Expand All @@ -26,8 +26,8 @@ dependencies {

implementation(include("org.fusesource.jansi", "jansi", "2.4.0"))

modImplementation(include("net.kyori", "adventure-platform-fabric", "5.6.0"))
implementation(include("net.kyori", "adventure-text-serializer-legacy", "4.12.0"))
modImplementation(include("net.kyori", "adventure-platform-fabric", "5.8.0"))
implementation(include("net.kyori", "adventure-text-serializer-legacy", "4.13.0"))

implementation(include("com.typesafe:config:1.4.2")!!)
implementation(include("io.leangen.geantyref:geantyref:1.3.13")!!)
Expand Down

0 comments on commit decd4bf

Please sign in to comment.