Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 7fecd47

Browse files
author
Ian Clarke
committed
update ktor to latest version
1 parent 808afef commit 7fecd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ plugins {
2121
apply plugin: "com.github.ben-manes.versions"
2222

2323
ext {
24-
ktor_version = '2.1.1'
24+
ktor_version = '2.1.2'
2525
}
2626

2727
group 'com.github.kwebio'
28-
version '0.12.3'
28+
version '0.12.4'
2929

3030
repositories {
3131
mavenCentral()

0 commit comments

Comments
 (0)