Hi, The akka-sbt-plugin has been removed and you should take a look at the sbt-native-packager. The old plugin (2.2.x) should also be usable with newer versions of akka as explained in the akka migration guide.
B/ On 10 April 2014 at 23:25:22, ahjohannessen ([email protected]) wrote: Thanks :) btw, is akka-sbt-plugin for 0.13.x - 2.3.x released somewhere? On Wednesday, April 9, 2014 2:16:01 PM UTC+1, Patrik Nordwall wrote: Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.2. This is the second maintenance release of the 2.3 branch. It contains fixes for several issues. This release is backwards binary compatible with version 2.3.0 and 2.3.1 which means that the new JARs are a drop-in replacement for the old one (but not the other way around) as long as your build does not enable the inliner (Scala-only restriction). Always make sure to use at least the latest version required by any of your project’s dependencies. Migrating from Older Relases When migrating an existing project from Akka 2.2.x please have a look at our migration guide. 2.3.2 compared to 2.3.1: 5 tickets closed 66 files changed, 637 insertions(+), 174 deletions(-) … and a total of 2 committers! Full list of fixed tickets: 3957 EventsourcedProcessor must always reject external Persistent messages 3967 Second node is unable to join a cluster, regression in 2.3.1 3973 joinSeedNodeProcess is not unique Exception at the Cluster Startup 3974 Some address information was lost in the serialization of persistent messages 3975 Check for invalid id extraction in Cluster Sharding Credits commits added removed 5 182 100 Patrik Nordwall 2 283 38 Björn Antonsson Additional Release Details The artifacts comprising this release have been published to https://oss.sonatype.org/content/repositories/releases/ and also to Maven Central. In addition, we adopted the sbt standard of encoding the Scala binary version in the artifact name, i.e. the core actor package’s artifactId is “akka-actor_2.10”. Website: http://akka.io Maven repository: http://repo.akka.io/releases Binary distribution: http://akka.io/downloads/ Documentation: http://doc.akka.io/docs/akka/2.3.2/ http://doc.akka.io/api/akka/2.3.2/ http://doc.akka.io/japi/akka/2.3.2/ Issue tracker: http://www.assembla.com/spaces/akka/ Mailing list: https://groups.google.com/group/akka-user Akka is released under the Apache V2 license. Happy hAkking! -- Patrik Nordwall Typesafe - Reactive apps on the JVM Twitter: @patriknw JOIN US. REGISTER TODAY! Scala Days June 16th-18th, Berlin -- You received this message because you are subscribed to the Google Groups "Akka Developer List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson JOIN US. REGISTER TODAY! Scala Days June 16th-18th, Berlin -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> 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/d/optout.
