typesafehub / conductr-lib

Other
8 stars 13 forks source link

Work around Play 2.6 binary compatibility #160

Closed richdougherty closed 7 years ago

richdougherty commented 7 years ago

Fixes #157.

There are binary compatibility changes between Play 2.6.0 and 2.6.1. This change provides the same behavior as a GuiceApplicationLoader but avoids using any parts of the API that are incompatible.

huntc commented 7 years ago

Thanks @richdougherty