mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
697a28771e7c327fd0aa6c6a4cb3340037b0ab9e
Ivy and pom uses slightly different notation for version range and dynamic revision. This change fixes the dynamic revisions involving “+”. First, when a revision like “1.1+” is found, it will now be treated as “1.+”. Next, when it finds a revision like “1+” is found, it will be treated as “+”. The conversion of “+” is hardcoded to be “[0,)”.
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%