How to update IntelliJ Idea framework support versions
I've just tried to add Hibernate support in a project of mine and I noticed that the libraries that IntelliJ downloads are not updated with the latest versions.
For example for Hibernate the ide downloads v4.1.1 and the latest version is 4.2.1
How can I fix that?
Thank you.
Please sign in to leave a comment.
Well guys.....any hint on this one?
Solving another problem of mine, I realized that the preferred course of action is to first manually declare the proper maven dependencies (with the latest versions) and then when we add the framework support , we must choose the maven dependency that IntelliJ IDEA IDE correctly proposes from the list of options (and not the download option for example).
Thanks for reporting. Hibernate libraries are updated to the just released version 4.2.2. Effective immediately.