vickumar1981 / stringdistance

A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..

Home Page:https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release for Scala 2.13

ronanM opened this issue · comments

👍 @ronanM, will target next build to include scala 2.13.0: https://www.scala-lang.org/news/2.13.0

@ronanM sorry for taking so long on this issue.

i've been waiting for a scalatest release for 2.13 b/c it's a dependency for this project. In Sept., they released an M1 release for scala 2.13, so I'll try that out and see if everything still works.

https://mvnrepository.com/artifact/org.scalatest/scalatest

i suppose i could also just force it to use a version of scalatest from 2.12, also, but i figured that if scalatest hasn't yet pushed a release for 2.13, and my project depends on that, better wait for the experts to upgrade first.

Looks like everything is working except for the scoverage plugin: scoverage/scalac-scoverage-plugin#279.

Once that PR is merged, a 2.13 release is possible.

@ronanM published a version 1.1.5 that should work with scala 2.13.1.

let me know if it's okay to close the issue out. thanks.

Closing this issue. Should be fixed in 1.1.5. Please feel free to re-open if there are any problems building with Scala 2.13.1.