Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Mar 27, 2022
1 parent c4441cc commit 012262c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
compileOnly(kotlin("reflect"))

// Use the kotest library
testImplementation("io.kotest:kotest-assertions-core:4.6.3")
testImplementation("io.kotest:kotest-runner-junit5:4.6.4")
testImplementation("io.kotest:kotest-assertions-core:5.2.1")
testImplementation("io.kotest:kotest-runner-junit5:5.2.1")

// Compile Minestom into project
compileOnly("com.github.Minestom:Minestom:4ee5cbe424")
Expand All @@ -40,10 +40,10 @@ dependencies {
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.1")

// implement KStom
compileOnly("com.github.Project-Cepi:KStom:15bab227a2")
compileOnly("com.github.Project-Cepi:KStom:1229e45e12")

// Add MiniMessage
compileOnly("net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT")
compileOnly("net.kyori:adventure-text-minimessage:4.10.1")

// Add Hotbarty
compileOnly("com.github.Project-Cepi:Gooey:f083a23ef5")
Expand Down

0 comments on commit 012262c

Please sign in to comment.