Skip to content

Commit

Permalink
Update DGT to fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 4, 2024
1 parent a969638 commit 6daff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pluginManagement {
kotlin("jvm") version(kotlin)
kotlin("plugin.serialization") version(kotlin)

val dgt = "1.26.0"
val dgt = "1.26.3"
id("dev.deftu.gradle.multiversion-root") version(dgt)
}
}
Expand Down

0 comments on commit 6daff31

Please sign in to comment.