Updated fastutil dependency for 203
diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts
index 9e50501..a5f0eee1 100644
--- a/compiler/tests-common/build.gradle.kts
+++ b/compiler/tests-common/build.gradle.kts
@@ -58,7 +58,7 @@
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 4fd9f53..00576f8 100644
--- a/prepare/compiler/build.gradle.kts
+++ b/prepare/compiler/build.gradle.kts
@@ -202,7 +202,7 @@
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()) {