Skip to content

Commit

Permalink
Change dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 12, 2024
1 parent 19fc43f commit 8851142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ktorfit-lib-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mavenPublishing {
.get()
.startsWith("3.")
) {
"-ktor3-" + libs.versions.ktorVersion.get()
"-ktor-" + libs.versions.ktorVersion.get()
} else {
""
}
Expand Down
2 changes: 1 addition & 1 deletion ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mavenPublishing {
.get()
.startsWith("3.")
) {
"-ktor3-" + libs.versions.ktorVersion.get()
"-ktor-" + libs.versions.ktorVersion.get()
} else {
""
}
Expand Down

0 comments on commit 8851142

Please sign in to comment.