You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, pants is guilty of the sbt bug reported here: sbt/sbt#1136
The ivy revision "x.y.+" needs to be mapped to "[x.y,x.y+1)" - '+' is not a valid pom revision range specifier, but [,] and (,) are just as they are in ivy.