Closed alexandrnikitin closed 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 ?
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.
nice to have: 2.12 and
dotty