Skip to content

Commit

Permalink
Synchronize dependencies versions
Browse files Browse the repository at this point in the history
Fixes errors showing up in the logs
  • Loading branch information
RedNesto committed Nov 6, 2023
1 parent 737ce5c commit c0544a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.jlleitschuh.gradle.ktlint.tasks.BaseKtLintCheckTask
import org.jlleitschuh.gradle.ktlint.tasks.KtLintFormatTask

plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.10"
java
mcdev
groovy
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
coroutines = "1.6.4"
junit = "5.9.0"
junit-platform = "1.9.0"
asm = "9.3"
coroutines = "1.7.3"
junit = "5.10.0"
junit-platform = "1.10.0"
asm = "9.5"
fuel = "2.3.1"

[libraries]
Expand Down

0 comments on commit c0544a7

Please sign in to comment.