rockymadden / stringmetric

:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
https://rockymadden.com/stringmetric/
486 stars 81 forks source link

updated for scala 2.12 #27

Open ghost opened 7 years ago

ghost commented 7 years ago

No real changes - just sbt update and change spec2 dependency - no longer supports org.specs2.mutable.SpecificationWithJUnit - changed to org.specs2.mutable.Specification Changed version to 0.27.5 - not sure what the versioning policy is?

easel commented 7 years ago

Just noticed this PR here, I basically did the same thing a few months later but adding scala.js to the mix and avoiding reworking the tests by adding specs2-junit. See https://github.com/rockymadden/stringmetric/pull/33

@rockymadden any chance you could pull the trigger on a merge, version bump and publish?

Elias-from-Testfabrik commented 6 years ago

seconded, releasing a Scala 2.12 compatible version would be much appreciated :-)