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

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.3.3
  • Loading branch information
renovate-bot committed May 12, 2022
1 parent 3f9f522 commit aaf7807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allprojects {
compileOnly("com.github.LeoDog896:Minestom:feb29c7912")

// Use kotlinx serialization
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.1")
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.3")

// implement KStom
compileOnly("com.github.Project-Cepi:KStom:6ed81b8936")
Expand Down
2 changes: 1 addition & 1 deletion generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.reflections:reflections:0.10.2")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("org.javassist:javassist:3.28.0-GA")
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.1")
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.3")

// Compile Minestom into project
implementation("com.github.Minestom:Minestom:fa07d861a6")
Expand Down

0 comments on commit aaf7807

Please sign in to comment.