Skip to content

Commit e350741

Browse files
committed
Bump Kotlin version to keep integration test working
1 parent 37e2314 commit e350741

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/kotlin/all-platforms/gradle_groovy_app/app

1 file changed

+1
-1
lines changed

java/ql/integration-tests/kotlin/all-platforms/gradle_groovy_app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
plugins {
1010
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
11-
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
11+
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
1212

1313
// Apply the application plugin to add support for building a CLI application in Java.
1414
id 'application'

0 commit comments

Comments
 (0)