We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d2bce commit 1100aa1Copy full SHA for 1100aa1
bolt-ktor/pom.xml
@@ -5,18 +5,17 @@
5
<parent>
6
<groupId>com.slack.api</groupId>
7
<artifactId>slack-sdk-parent</artifactId>
8
- <version>1.45.4-SNAPSHOT</version>
+ <version>1.46.0-SNAPSHOT</version>
9
</parent>
10
11
<artifactId>bolt-ktor</artifactId>
12
13
<packaging>jar</packaging>
14
15
<properties>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
<kotlin.code.style>official</kotlin.code.style>
18
- <!-- TODO: upgrade to 3.x -->
19
- <ktor.version>2.3.12</ktor.version>
+ <ktor.version>3.1.3</ktor.version>
20
</properties>
21
22
<pluginRepositories>
0 commit comments