Skip to content

Commit

Permalink
build(deps): bump kotlin from 2.0.20 to 2.0.21 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e67cbd5 commit 191391a
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 @@ -14,7 +14,7 @@ subprojects {
apply(plugin = "org.jetbrains.kotlin.jvm")

dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
api("org.jetbrains.kotlin:kotlin-stdlib:2.0.21")
}

tasks.compileKotlin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
ktor = "2.3.12"
kotlin = "2.0.20"
kotlin = "2.0.21"
configurate = "4.1.2"
coroutines = "1.8.1"
serialization = "1.7.3"
Expand Down

0 comments on commit 191391a

Please sign in to comment.