Skip to content

Commit

Permalink
Fixed poms files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdeveloper committed Jan 19, 2024
1 parent 039f2b6 commit 749cfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension-recorder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<dependency>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>Client</artifactId>
<version>1.0.14-Release</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>API</artifactId>
<version>1.0.17-Release</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 749cfcf

Please sign in to comment.