typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Added Lagom 1.3 support #195

Closed jroper closed 7 years ago

jroper commented 7 years ago

This adds Lagom 1.3 support, including support for the Scala API.

Three new scripted tests have been added to test it.

This is not ready yet, primarily because it depends on the following two PRs merged, and then a new release of their respective projects to be cut, before it will work:

https://github.com/lagom/lagom/pull/448 https://github.com/typesafehub/conductr-lib/pull/121

longshorej commented 7 years ago

@jroper, conductr-lib 1.6.0 was recently released -- it incorporates the changes from your PR at https://github.com/typesafehub/conductr-lib/pull/121.