Wizard: use EAP Kotlin versions for running import tests

This commit is contained in:
Ilya Kirillov
2020-09-25 19:41:25 +03:00
parent bc580d2fd9
commit 0edbdaf0c7
@@ -42,7 +42,7 @@ class KotlinVersionProviderTestWizardService() : KotlinVersionProviderService(),
val TEST_KOTLIN_VERSION by lazy {
EapVersionDownloader.getLatestDevVersion()!!
EapVersionDownloader.getLatestEapVersion()!!
}
}
}