Skip to content

Commit ddef3c7

Browse files
committed
updated maven coord to point to 11.6
1 parent fe6cacd commit ddef3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class BasicGameApp extends GameApplication {
4848
## Getting Started
4949

5050
- Version for Java 8-10: `0.5.4` (not updated)
51-
- Version for Java 11: `11.6` (frequent updates)
51+
- Version for Java 11+: `11.6` (frequent updates)
5252

5353
FXGL 11 supports Java 11+ and has a more scalable architecture,
5454
but currently supports only a subset of features from `0.5.4`.
@@ -74,7 +74,7 @@ Already have `pom.xml`? Then add: (use `0.5.4` for Java 8-10). **Note:** make su
7474
<dependency>
7575
<groupId>com.github.almasb</groupId>
7676
<artifactId>fxgl</artifactId>
77-
<version>11.5</version>
77+
<version>11.6</version>
7878
</dependency>
7979
```
8080

0 commit comments

Comments
 (0)