Update dependency versions after migration to 173

This commit is contained in:
Vyacheslav Gerasimov
2018-01-17 20:18:26 +03:00
parent 8ab121b373
commit 07b191f460
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ dependencies {
testCompile(projectTests(":generators:test-generator"))
testCompile(commonDep("junit:junit"))
if (intellijUltimateEnabled) {
testCompileOnly(intellijUltimateDep()) { includeJars("gson-2.5", "annotations", "trove4j", "openapi", "idea", "util", "jdom") }
testCompileOnly(intellijUltimateDep()) { includeJars("gson-2.8.2", "annotations", "trove4j", "openapi", "idea", "util", "jdom") }
}
testCompile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }