Skip to content

Commit

Permalink
Bump Minestom
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed May 26, 2022
1 parent 90a17b2 commit 7123162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ dependencies {
compileOnly(kotlin("reflect"))

// Compile Minestom into project
compileOnly("com.github.Minestom:Minestom:4ee5cbe424")
compileOnly("com.github.Minestom:Minestom:7867313290")

// import kotlinx serialization
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0")
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")

compileOnly("com.github.Project-Cepi:Kepi:a4fad2c36f")

// add KStom
compileOnly("com.github.Project-Cepi:KStom:05b5e1f2a1")
compileOnly("com.github.Project-Cepi:KStom:82f7000079")
}
tasks.withType<Test> {
useJUnitPlatform()
Expand Down

0 comments on commit 7123162

Please sign in to comment.