Skip to content

Commit 8005424

Browse files
committed
Bump Kotlin API and language version to 1.6
1 parent 7196ffc commit 8005424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ JUnit repository on GitHub.
3535

3636
==== Deprecations and Breaking Changes
3737

38-
*
38+
* Change used Kotlin API and language version from 1.3 to 1.6
3939

4040
==== New Features and Improvements
4141

gradle/plugins/common/src/main/kotlin/junitbuild.kotlin-library-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77

88
tasks.withType<KotlinCompile>().configureEach {
99
kotlinOptions {
10-
apiVersion = "1.3"
11-
languageVersion = "1.3"
10+
apiVersion = "1.6"
11+
languageVersion = "1.6"
1212
allWarningsAsErrors = false
1313
}
1414
}

0 commit comments

Comments
 (0)