alexandrnikitin / bloom-filter-scala

Bloom filter for Scala, the fastest for JVM
https://alexandrnikitin.github.io/blog/bloom-filter-for-scala/
MIT License
376 stars 57 forks source link

Scala 2.10 support #2

Closed alexandrnikitin closed 8 years ago

alexandrnikitin commented 8 years ago

nice to have: 2.12 and dotty

xyangk commented 8 years ago

I can only find 2.11 libraryDependencies += "com.github.alexandrnikitin" % "bloom-filter_2.11" % "0.5.0" , but I need 2.10 version, where can I find it ?

alexandrnikitin commented 8 years ago

I pushed 0.6.0 with Scala 2.10 support to Sonatype: https://oss.sonatype.org/#nexus-search;quick~bloom-filter-2.10 This release will be synced with Maven soon. Something like libraryDependencies += "com.github.alexandrnikitin" % "bloom-filter_2.10" % "0.6.0" with the sonatype resolver should work.