The last version of Scala multisets is 0.3
Scala multisets can be downloaded from Maven Central.
<dependency>
<groupId>io.github.nicolasstucki</groupId>
<artifactId>multisets</artifactId>
<version>0.3</version>
</dependency>
To use it with SBT, just add the following dependency to build.sbt
:
libraryDependencies ++= Seq("io.github.nicolasstucki" %% "multisets" % "0.3")