From c7920924104346525f2353d253dffe0555c01f82 Mon Sep 17 00:00:00 2001 From: Florian Kistner Date: Wed, 5 Aug 2020 16:53:31 +0200 Subject: [PATCH] Bump fastutil version to match 203 --- compiler/tests-common/build.gradle.kts | 2 +- prepare/compiler/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()) {