ScalaConsultants / reactive-rabbit

Reactive Streams driver for AMQP protocol. Powered by RabbitMQ library.
Apache License 2.0
184 stars 40 forks source link

Scala 2.12 build #56

Closed liff closed 7 years ago

liff commented 7 years ago

Should be straightforward, I think, but currently blocked by nbronson/scala-stm#48.

mkiedys commented 7 years ago

Yap. We need Scala STM.

liff commented 7 years ago

scala-stm 0.8 for 2.12 is now on Maven Central.

mkiedys commented 7 years ago

Done.

libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.4"