diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts index 58b58d0edee..ac5a387b4b3 100644 --- a/compiler/tests-common/build.gradle.kts +++ b/compiler/tests-common/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") } } Platform[203].orHigher { - testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-2") } + testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-3") } } testCompile(intellijDep()) { includeJars( diff --git a/prepare/compiler/build.gradle.kts b/prepare/compiler/build.gradle.kts index 529c4301cc3..bc98b4f8dee 100644 --- a/prepare/compiler/build.gradle.kts +++ b/prepare/compiler/build.gradle.kts @@ -210,7 +210,7 @@ dependencies { if (Platform.P202()) { fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") } } else if (Platform.P203.orHigher()) { - fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-2") } + fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-3") } } if (Platform.P192.orHigher()) {