diff --git a/pom.xml b/pom.xml
index caaabb5..3eda53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
UTF-8
official
1.8
+ 1.6.21
@@ -31,7 +32,7 @@
org.jetbrains.kotlin
kotlin-maven-plugin
- 1.5.10
+ ${kotlin.version}
compile
@@ -48,6 +49,9 @@
+
+ 1.6
+
maven-surefire-plugin
@@ -69,6 +73,22 @@
org.apache.maven.plugins
maven-compiler-plugin
3.5.1
+
+
+ compile
+ compile
+
+ compile
+
+
+
+ testCompile
+ test-compile
+
+ testCompile
+
+
+
8
8
@@ -101,6 +121,17 @@
kotlin-stdlib-jdk8
1.6.10
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ ${kotlin.version}
+
+
+ org.jetbrains.kotlin
+ kotlin-test
+ ${kotlin.version}
+ test
+
\ No newline at end of file