Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This document describes the procedure for upgrading project running on Slice 4.1.0 to the latest version - Slice 4.2.0.

  1. Update Slice version in pom.xml and set it to 4.2.0, e.g.:

    ...
    <dependency>
        <groupId>com.cognifide.slice</groupId>
        <artifactId>slice-core-api</artifactId>
        <version>4.2.0</version>
    </dependency>
    ...

    2. If your injector has a parent injector set to "slice", you need to remove this inheritance and include all modules on your own. See writing activator section on how to do this.

  • No labels