Skip to content

Commit

Permalink
Update Kotlin to 1.8.21 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfeo committed Jun 6, 2023
1 parent 98105aa commit 798ea81
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 @@ -12,7 +12,7 @@ include("samples:json")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("kotlin", "1.8.10")
version("kotlin", "1.8.21")

plugin("dokka", "org.jetbrains.dokka").version("1.7.20")
library("dokka-base", "org.jetbrains.dokka:dokka-base:1.7.20")
Expand Down

0 comments on commit 798ea81

Please sign in to comment.