Monix: Version 2.1.2
Greetings,
Version 2.1.2
is out now.
It is a minor release, binary compatible with 2.1.x
,
upgrading Scala to 2.12.1
and fixing a bug in Observable.bufferSliding
.
See Bug #275.
To use the new version, include this in your build.sbt
(and use
%%%
for Scala.js):
libraryDependencies += "io.monix" %% "monix" % "2.1.2"
The other projects from the @Monix organization have also been upgraded to depend on this new version.
shade, the Scala Memcached client:
dependencies += "io.monix" %% "shade" % "1.8.1"
monix-kafka, the Apache Kafka integration:
// For Kafka 8
libraryDependencies += "io.monix" %% "monix-kafka-8" % "0.8"
// For Kafka 9
libraryDependencies += "io.monix" %% "monix-kafka-9" % "0.8"
// For Kafka 10
libraryDependencies += "io.monix" %% "monix-kafka-10" % "0.8"
Enjoy!