Update dependencies and move libraryversion
This commit is contained in:
parent
64cd9d4a9e
commit
8b0220ccfc
6
pom.xml
6
pom.xml
@ -98,7 +98,7 @@
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-java-bom</artifactId>
|
||||
<version>2.7.10.1</version>
|
||||
<version>2.7.10.6</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@ -154,6 +154,10 @@
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-java</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.atomix</groupId>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package org.tdlibsessioncontainer.utils.generated;
|
||||
package it.tdlight.reactiveapi.generated;
|
||||
public final class LibraryVersion {
|
||||
public static final String VERSION = "${project.version}";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user