@@ -735,7 +735,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
735
735
<dependency>
736
736
<groupId>org.jetbrains.kotlin</groupId>
737
737
<artifactId>kotlin-stdlib</artifactId>
738
- <version>1.1.0 </version>
738
+ <version>$kotlinVersion </version>
739
739
</dependency>
740
740
</dependencies>
741
741
@@ -783,7 +783,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
783
783
<dependency>
784
784
<groupId>org.jetbrains.kotlin</groupId>
785
785
<artifactId>kotlin-stdlib-js</artifactId>
786
- <version>1.1.0 </version>
786
+ <version>$kotlinVersion </version>
787
787
</dependency>
788
788
</dependencies>
789
789
@@ -831,7 +831,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
831
831
<dependency>
832
832
<groupId>org.jetbrains.kotlin</groupId>
833
833
<artifactId>kotlin-stdlib-common</artifactId>
834
- <version>1.1.0 </version>
834
+ <version>$kotlinVersion </version>
835
835
</dependency>
836
836
</dependencies>
837
837
@@ -879,7 +879,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
879
879
<dependency>
880
880
<groupId>org.jetbrains.kotlin</groupId>
881
881
<artifactId>kotlin-stdlib</artifactId>
882
- <version>1.1.0 </version>
882
+ <version>$kotlinVersion </version>
883
883
</dependency>
884
884
</dependencies>
885
885
@@ -927,7 +927,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
927
927
<dependency>
928
928
<groupId>org.jetbrains.kotlin</groupId>
929
929
<artifactId>kotlin-stdlib-js</artifactId>
930
- <version>1.1.0 </version>
930
+ <version>$kotlinVersion </version>
931
931
</dependency>
932
932
</dependencies>
933
933
@@ -975,7 +975,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
975
975
<dependency>
976
976
<groupId>org.jetbrains.kotlin</groupId>
977
977
<artifactId>kotlin-stdlib-common</artifactId>
978
- <version>1.1.0 </version>
978
+ <version>$kotlinVersion </version>
979
979
</dependency>
980
980
</dependencies>
981
981
@@ -1023,12 +1023,12 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1023
1023
<dependency>
1024
1024
<groupId>org.jetbrains.kotlin</groupId>
1025
1025
<artifactId>kotlin-stdlib-common</artifactId>
1026
- <version>1.1.0 </version>
1026
+ <version>$kotlinVersion </version>
1027
1027
</dependency>
1028
1028
<dependency>
1029
1029
<groupId>org.jetbrains.kotlin</groupId>
1030
1030
<artifactId>kotlin-stdlib-js</artifactId>
1031
- <version>1.1.0 </version>
1031
+ <version>$kotlinVersion </version>
1032
1032
</dependency>
1033
1033
</dependencies>
1034
1034
@@ -1081,7 +1081,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1081
1081
<dependency>
1082
1082
<groupId>org.jetbrains.kotlin</groupId>
1083
1083
<artifactId>kotlin-stdlib</artifactId>
1084
- <version>1.1.0 </version>
1084
+ <version>$kotlinVersion </version>
1085
1085
</dependency>
1086
1086
</dependencies>
1087
1087
@@ -1123,7 +1123,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1123
1123
<dependency>
1124
1124
<groupId>org.jetbrains.kotlin</groupId>
1125
1125
<artifactId>kotlin-stdlib-js</artifactId>
1126
- <version>1.1.0 </version>
1126
+ <version>$kotlinVersion </version>
1127
1127
</dependency>
1128
1128
</dependencies>
1129
1129
@@ -1165,7 +1165,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1165
1165
<dependency>
1166
1166
<groupId>org.jetbrains.kotlin</groupId>
1167
1167
<artifactId>kotlin-stdlib-common</artifactId>
1168
- <version>1.1.0 </version>
1168
+ <version>$kotlinVersion </version>
1169
1169
</dependency>
1170
1170
</dependencies>
1171
1171
@@ -1211,7 +1211,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1211
1211
<dependency>
1212
1212
<groupId>org.jetbrains.kotlin</groupId>
1213
1213
<artifactId>kotlin-stdlib</artifactId>
1214
- <version>1.1.0 </version>
1214
+ <version>$kotlinVersion </version>
1215
1215
</dependency>
1216
1216
</dependencies>
1217
1217
@@ -1259,7 +1259,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1259
1259
<dependency>
1260
1260
<groupId>org.jetbrains.kotlin</groupId>
1261
1261
<artifactId>kotlin-stdlib-js</artifactId>
1262
- <version>1.1.0 </version>
1262
+ <version>$kotlinVersion </version>
1263
1263
</dependency>
1264
1264
</dependencies>
1265
1265
@@ -1307,7 +1307,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1307
1307
<dependency>
1308
1308
<groupId>org.jetbrains.kotlin</groupId>
1309
1309
<artifactId>kotlin-stdlib-common</artifactId>
1310
- <version>1.1.0 </version>
1310
+ <version>$kotlinVersion </version>
1311
1311
</dependency>
1312
1312
</dependencies>
1313
1313
@@ -1355,7 +1355,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1355
1355
<dependency>
1356
1356
<groupId>org.jetbrains.kotlin</groupId>
1357
1357
<artifactId>kotlin-stdlib</artifactId>
1358
- <version>1.1.0 </version>
1358
+ <version>$kotlinVersion </version>
1359
1359
</dependency>
1360
1360
</dependencies>
1361
1361
@@ -1379,7 +1379,7 @@ class KotlinMavenImporterTest : MavenImportingTestCase() {
1379
1379
<dependency>
1380
1380
<groupId>org.jetbrains.kotlin</groupId>
1381
1381
<artifactId>kotlin-maven-allopen</artifactId>
1382
- <version>1.1.0 </version>
1382
+ <version>$kotlinVersion </version>
1383
1383
</dependency>
1384
1384
</dependencies>
1385
1385
0 commit comments