Update dependencies
This commit is contained in:
parent
9dba2c7071
commit
873901a5d8
@ -1,8 +1,8 @@
|
|||||||
module tdlight.java {
|
module tdlight.java {
|
||||||
requires tdlight.api;
|
requires tdlight.api;
|
||||||
requires org.reactivestreams;
|
requires org.reactivestreams;
|
||||||
requires it.unimi.dsi.fastutil;
|
|
||||||
requires org.slf4j;
|
requires org.slf4j;
|
||||||
|
requires it.unimi.dsi.fastutil.core;
|
||||||
exports it.tdlight.tdlight;
|
exports it.tdlight.tdlight;
|
||||||
exports it.tdlight.tdnative;
|
exports it.tdlight.tdnative;
|
||||||
exports it.tdlight.tdlib;
|
exports it.tdlight.tdlib;
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.unimi.dsi</groupId>
|
<groupId>it.unimi.dsi</groupId>
|
||||||
<artifactId>fastutil</artifactId>
|
<artifactId>fastutil</artifactId>
|
||||||
<version>8.3.1</version>
|
<version>8.5.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.unimi.dsi</groupId>
|
<groupId>it.unimi.dsi</groupId>
|
||||||
<artifactId>fastutil</artifactId>
|
<artifactId>fastutil</artifactId>
|
||||||
<version>8.3.1</version>
|
<version>8.5.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user