File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
graphql-kotlin-toolkit-gradle-plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.jetbrains.kotlin.jvm" ) version " 1.3.70 " apply false
3
- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.3.70 " apply false
2
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.3.71 " apply false
3
+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.3.71 " apply false
4
4
id(" org.jlleitschuh.gradle.ktlint" ) version " 9.2.1"
5
5
}
6
6
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
3
3
id(" java-gradle-plugin" )
4
4
id(" maven-publish" )
5
5
id(" com.gradle.plugin-publish" ) version " 0.11.0"
6
- id(" org.gradle.kotlin.kotlin-dsl" ) version " 1.3.4 "
6
+ id(" org.gradle.kotlin.kotlin-dsl" ) version " 1.3.5 "
7
7
}
8
8
9
9
dependencies {
10
10
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
11
11
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
12
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70 " )
12
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71 " )
13
13
implementation(gradleApi())
14
14
implementation(project(" :graphql-kotlin-toolkit-codegen" ))
15
15
}
You can’t perform that action at this time.
0 commit comments