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

add cross-compile support for scala 2.11.x #19

Closed totekp closed 10 years ago

totekp commented 10 years ago

prepend sbt task with '+' to run (package/publish) against all versions. http://www.scala-sbt.org/0.12.1/docs/Detailed-Topics/Cross-Build.html

rockymadden commented 10 years ago

Thank you very much, and sorry for the delay. I was not alerted to the PR, bah!