[project-libs] add Semantic Version 2.0 library (io.github.z4kn4fein:semver-jvm) on project level (PY-60410)

It implements the full semantic version 2.0.0 specification and provides the ability to parse, compare, and increment semantic versions along with validation against constraints (C) author

+ add io.github.z4kn4fein:semver-jvm:2.0.0 as library on project level
+ switch module-local dependency for RustRover to the project-level.
+ add to the python.core plugin as a dependency

GitOrigin-RevId: f95154ba8d99b91687bd02fc952281aa5f05f0a5
This commit is contained in:
Vitaly Legchilkin
2025-02-07 21:27:23 +01:00
committed by intellij-monorepo-bot
parent eeb9d190ce
commit eb4354215c
3 changed files with 25 additions and 0 deletions

View File

@@ -172,5 +172,6 @@
<orderEntry type="module" module-name="intellij.python.community.execService" />
<orderEntry type="module" module-name="intellij.python.community.services.systemPython" />
<orderEntry type="module" module-name="intellij.python.community.services.internal.impl" />
<orderEntry type="library" name="io.github.z4kn4fein.semver.jvm" level="project" />
</component>
</module>