Skip to content

Commit

Permalink
use latest client plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Nov 26, 2020
1 parent 14c762d commit d5c6111
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Breakout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.shade.version>3.0.0</maven.shade.version>

<fxgl.version>11.11</fxgl.version>
<fxgl.version>dev-SNAPSHOT</fxgl.version>
<jfx.maven.plugin.version>0.0.4</jfx.maven.plugin.version>
<client.plugin.version>0.1.31</client.plugin.version>
<client.plugin.version>0.1.35</client.plugin.version>
<attach.version>4.0.8</attach.version>
<mainClassName>com.almasb.fxglgames.breakout.BreakoutApp</mainClassName>
</properties>
Expand All @@ -29,7 +29,12 @@
<artifactId>fxgl</artifactId>
<version>${fxgl.version}</version>
</dependency>


<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>lifecycle</artifactId>
<version>${attach.version}</version>
</dependency>
<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>storage</artifactId>
Expand Down

0 comments on commit d5c6111

Please sign in to comment.