https://github.com/Philippus/bump/pull/8 fails with the following exception in scala 2.11: ``` SemVer.nextStable removes pre-release information if available: Exception raised on property evaluation. [info] > Exception: java.lang.AbstractMethodError: nl.gn0s1s.bump.SemVerParser$.scala$util$parsing$combinator$Parsers$$lastNoSuccessVar()Lscala/util/DynamicVariable; ``` Looks like https://github.com/scala/scala-parser-combinators/pull/108 after testing locally. Scala 2.12 and 2.13.0-RC1 are ok.