From a04018d65ebce945f6e5c4aaff6a3dce72adfa2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 3 Jan 2022 17:13:40 +0100 Subject: [PATCH] api_changes_list_2022.md: JSch library --- reference_guide/api_changes_list_2022.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index 7d8b42c34..18792ec41 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -90,5 +90,5 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( `com.intellij.psi.impl.java.stubs.index.JavaFullClassNameIndex.get(Integer, Project, GlobalSearchScope)` method parameter type changed from `Integer` to `CharSequence` : `JavaFullClassNameIndex` now takes `CharSequence` instead of its `hashCode` to allow specific optimizations -JSch library removed -: Add [com.jcraft:jsch:0.1.55](https://mvnrepository.com/artifact/com.jcraft/jsch/0.1.55) as a dependency explicitly. +`com.jcraft.jsch` package removed +: [JSch library](https://mvnrepository.com/artifact/com.jcraft/jsch) was removed, bundle it with your plugin instead.