Skip to content

Commit

Permalink
bump ktor 3.0.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikirill committed Sep 15, 2024
1 parent b59a348 commit 36b1571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: mv build/bin/native/releaseExecutable/KTSynologyDDNSCloudflareMultidomain.kexe build/bin/native/releaseExecutable/KTSynologyDDNSCloudflareMultidomainLinuxX64.kexe

- name: Upload linuxX64 artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linuxX64-kexe
path: build/bin/native/releaseExecutable/*.kexe
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]
kotlin = "2.0.20"
ktor = "3.0.0-beta-2"
ktor = "3.0.0-rc-1"
serialization = "1.6.3"

[libraries]
Expand Down

0 comments on commit 36b1571

Please sign in to comment.