draft(DevWeb): Create newGame form

This commit is contained in:
Lucàs
2024-04-17 16:54:25 +02:00
parent 469b037232
commit cb8659b63a
11 changed files with 86 additions and 45 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.9.1</version>
</dependency>
<dependency>
@@ -52,7 +52,7 @@
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>