Skip to content

Commit

Permalink
fixup! fixup! Add Ktor 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Oct 29, 2024
1 parent e2aeb5c commit 5271ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ElementMatcher<TypeDescription> typeMatcher() {
return namedOneOf(
"io.ktor.server.engine.ApplicationEngineEnvironmentReloading", // Ktor 2.0
"io.ktor.server.engine.EmbeddedServer" // Ktor 3.0
);
);
}

@Override
Expand Down

0 comments on commit 5271ecd

Please sign in to comment.