Skip to content

Commit a949f49

Browse files
authored
added ${gamengine.version} instead of specific version
1 parent 33954de commit a949f49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/extensions/extensions-1-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Example of a project using the Graphic Entity Module and the End Screen Module:
2020
<dependency>
2121
<groupId>com.codingame.gameengine</groupId>
2222
<artifactId>module-entities</artifactId>
23-
<version>4.3.0</version>
23+
<version>${gamengine.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.codingame.gameengine</groupId>
2727
<artifactId>module-endscreen</artifactId>
28-
<version>4.3.0</version>
28+
<version>${gamengine.version}</version>
2929
</dependency>
3030
```
3131
`config.js`
@@ -54,4 +54,4 @@ import { CustomModule } from './modules/custom/CustomModule.js';
5454
export const modules = [
5555
GraphicEntityModule,
5656
CustomModule
57-
];
57+
];

0 commit comments

Comments
 (0)