Update Kotlin version

This commit is contained in:
Oleg Zhurakousky
2021-12-01 09:53:47 +01:00
parent 21c9e9cf9d
commit 4de06e3064
3 changed files with 7 additions and 7 deletions

View File

@@ -127,7 +127,7 @@
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.6.0-RC</version>
<version>1.6.0</version>
<configuration>
<args>
<arg>-Xjsr305=strict</arg>
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.6.0-RC</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>