minesweeper/pom.xml
branchibrwsr
changeset 122 898f93ea65e2
parent 102 09a95867af5e
child 123 17aafe5116d5
     1.1 --- a/minesweeper/pom.xml	Mon Mar 10 13:05:18 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Thu Mar 27 08:58:12 2014 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4            <plugin>
     1.5                  <groupId>org.robovm</groupId>
     1.6                  <artifactId>robovm-maven-plugin</artifactId>
     1.7 -                <version>0.0.8.1</version>
     1.8 +                <version>0.0.10.1</version>
     1.9                  <configuration>
    1.10                      <config>
    1.11                          <mainClass>org.apidesign.demo.minesweeper.RoboVMJFXLauncher</mainClass>
    1.12 @@ -137,12 +137,12 @@
    1.13      <dependency>
    1.14          <groupId>org.robovm</groupId>
    1.15          <artifactId>robovm-rt</artifactId>
    1.16 -        <version>0.0.8</version>
    1.17 +        <version>0.0.10</version>
    1.18      </dependency>
    1.19      <dependency>
    1.20          <groupId>org.robovm</groupId>
    1.21          <artifactId>robovm-cocoatouch</artifactId>
    1.22 -        <version>0.0.8</version>
    1.23 +        <version>0.0.10</version>
    1.24      </dependency>    
    1.25    </dependencies>
    1.26    <profiles>