Skip to content

Commit

Permalink
Ktor 3.0.1 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-es authored Nov 14, 2024
1 parent 2bbb8d1 commit 73d47e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

description = "Ktor client for fetching public keys"
val ktorVersion = "2.3.12"
val ktorVersion = "3.0.1"


dependencies {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ rootProject.name = "oslonokkelen-adapter"
include(":adapter-docs")
include(":adapter-protobuf-java")
include(":adapter-sdk-kotlin")
include(":adapter-sdk-kotlin-ktor2-client")
include(":adapter-sdk-kotlin-ktor3-client")

0 comments on commit 73d47e3

Please sign in to comment.