mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-03-04 09:09:46 +01:00
Legger til manglende kryo avhengighet
This commit is contained in:
parent
2219ea3dbe
commit
ea45a0cd93
6
pom.xml
6
pom.xml
@ -60,6 +60,12 @@
|
||||
<classifier>natives-desktop</classifier>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.esotericsoftware</groupId>
|
||||
<artifactId>kryo</artifactId>
|
||||
<version>5.0.0-RC5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>kryonet</groupId>
|
||||
<artifactId>kryonet</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user