Skip to content

Commit 377517a

Browse files
Bump io.ktor.plugin from 3.2.3 to 3.3.0 (#489)
Bumps io.ktor.plugin from 3.2.3 to 3.3.0. --- updated-dependencies: - dependency-name: io.ktor.plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83595de commit 377517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
44
kotlin("jvm") version "2.2.10"
5-
id("io.ktor.plugin") version "3.2.3"
5+
id("io.ktor.plugin") version "3.3.0"
66
application
77
}
88

0 commit comments

Comments
 (0)