Skip to content

Commit

Permalink
Merge pull request #12 from monta-app/renovate/major-ktor-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency io.ktor:ktor-bom to v3
  • Loading branch information
morten-andersen authored Dec 17, 2024
2 parents 2cb008e + 4f23ef2 commit 4e5c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation(coroutines.bundles.implementation)

// Core
implementation(platform("io.ktor:ktor-bom:2.3.13"))
implementation(platform("io.ktor:ktor-bom:3.0.2"))
implementation("io.ktor:ktor-server-core-jvm")
implementation("io.ktor:ktor-server-netty-jvm")
implementation("io.ktor:ktor-server-host-common-jvm")
Expand Down

0 comments on commit 4e5c17d

Please sign in to comment.