pico-works / pico-hashids

Implement Hashids latest v1.0.0 http://hashids.org
MIT License
26 stars 5 forks source link

Support Scala 2.13 #4

Closed edrevo closed 4 years ago

edrevo commented 5 years ago

Scala 2.13 has been released. Could it be possible to add cross-compilation to this new scala version?

newhoggy commented 4 years ago

Please give this a spin:

    resolvers += "dl-john-ky-releases" at "http://dl.john-ky.io/maven/releases"

    libraryDependencies += "org.picoworks" %%  "pico-hashids" % "4.5.151"