Commit fd1ff1ac authored by Charles Vernerey's avatar Charles Vernerey
Browse files

Update chocotools to 1.1.2

parent 2b6c9878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
        <dependency>
            <groupId>io.gitlab.chaver</groupId>
            <artifactId>chocotools</artifactId>
            <version>1.1.1</version>
            <version>1.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ public class MainCommand {

    public static void main(String[] args) {
        int exitCode = new CommandLine(new MainCommand())
                .setExecutionExceptionHandler(new ProblemExceptionHandlerProd())
                //.setExecutionExceptionHandler(new ProblemExceptionHandlerProd())
                .execute(args);
        System.exit(exitCode);
    }