Get the troll to utter stuff
[troll.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8c64961..675ba48 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,23 @@
        <artifactId>castle-troll</artifactId>
        <version>0.5-git</version>
 
+        <build>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <version>3.8.1</version>
+              <configuration>
+                <compilerArgs>
+                  <arg>-Xlint</arg>
+                </compilerArgs>
+              </configuration>
+            </plugin>
+          </plugins>
+        </build>
+
        <properties>
-               <gamengine.version>3.13.1</gamengine.version>
+               <gamengine.version>3.15.0</gamengine.version>
                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>
        </properties>
                        <version>${gamengine.version}</version>
                </dependency>
 
+               <dependency>
+                       <groupId>com.codingame.gameengine</groupId>
+                       <artifactId>module-toggle</artifactId>
+                       <version>${gamengine.version}</version>
+               </dependency>
+
                <dependency>
                        <groupId>com.codingame.gameengine</groupId>
                        <artifactId>runner</artifactId>