Hi, I was able to download the most latest akka-redis-mailbox-2.0.5.jar and its dependencies. The redis durable mail box is dependent on Scala - scala-library-2.9.2.jar and corresponding Actor - akka-actor-2.0.5.jar.
But, I am using the latest Scala version - scala-library-2.10.3.jar and corresponding actor - akka-actor_2.10-2.3-M2.jar How can I get the akka-redis-mailbox jar for the latest Scala and Actor version ? Thanks On Wednesday, January 29, 2014 8:53:52 PM UTC+5:30, √ wrote: > > Repositories > > - Akka Releases 2.0.x - http://repo.akka.io/releases > - Akka Releases 2.x - > https://oss.sonatype.org/content/repositories/releases/ > - Akka Snapshots - http://repo.akka.io/snapshots > - > > > Please take a look at the documentation. > > > On Wed, Jan 29, 2014 at 4:15 PM, Binita <[email protected]<javascript:> > > wrote: > >> Hi, >> >> Below is the relevant entry in the pom.xml: >> >> >> <repository> >>> <id>my-repo1</id> >>> <name>typesafe repo</name> >>> <url>http://repo.typesafe.com/typesafe/releases/</url> >>> </repository> >> >> <dependency> >> <groupId>com.typesafe.akka</groupId> >> <artifactId>akka-redis-mailbox</artifactId> >> <version>2.0.5</version> >> </dependency> >> >> >> Any ideas why ? >> >> Thanks >> Binita >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Cheers, > √ > > * ——————— **Viktor Klang* > *Chief Architect - **Typesafe <http://www.typesafe.com/>* > > Twitter: @viktorklang > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
