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

Commit 439e06d

Browse files
author
Rival Abdrakhmanov
committed
Merge branch 'main' of github.com:rafaelldi/tye-plugin
2 parents 25d8665 + 7ee5a72 commit 439e06d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ fun properties(key: String) = project.findProperty(key).toString()
55

66
plugins {
77
id("java")
8-
id("org.jetbrains.kotlin.jvm") version "1.7.22"
9-
id("org.jetbrains.intellij") version "1.11.0"
8+
id("org.jetbrains.kotlin.jvm") version "1.8.0"
9+
id("org.jetbrains.intellij") version "1.12.0"
1010
id("org.jetbrains.changelog") version "2.0.0"
1111
id("org.jetbrains.qodana") version "0.1.13"
1212
}
@@ -24,12 +24,12 @@ kotlin {
2424
}
2525

2626
dependencies {
27-
implementation("io.ktor:ktor-client-core:2.2.1")
28-
implementation("io.ktor:ktor-client-cio:2.2.1")
29-
implementation("io.ktor:ktor-client-content-negotiation:2.2.1")
30-
implementation("io.ktor:ktor-serialization-gson:2.2.1")
27+
implementation("io.ktor:ktor-client-core:2.2.2")
28+
implementation("io.ktor:ktor-client-cio:2.2.2")
29+
implementation("io.ktor:ktor-client-content-negotiation:2.2.2")
30+
implementation("io.ktor:ktor-serialization-gson:2.2.2")
3131
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
32-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
32+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.0")
3333
}
3434

3535
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin

0 commit comments

Comments
 (0)