Skip to content

Commit 4d2f48d

Browse files
committed
Fix windows build
1 parent 660a6b0 commit 4d2f48d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<name>TDLight Java BOM</name>
99
<properties>
1010
<revision>3.0.0.0-SNAPSHOT</revision>
11-
<tdlight.natives.version>4.0.422</tdlight.natives.version>
12-
<tdlight.api.version>4.0.392</tdlight.api.version>
11+
<tdlight.natives.version>4.0.427</tdlight.natives.version>
12+
<tdlight.api.version>4.0.397</tdlight.api.version>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
</properties>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>it.tdlight</groupId>
2828
<artifactId>tdlight-java-bom</artifactId>
29-
<version>3.0.6+td.1.8.14</version>
29+
<version>3.0.7+td.1.8.14</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>

0 commit comments

Comments
 (0)