More debug utility
[troll.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8c64961..8262acc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
        <version>0.5-git</version>
 
        <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>