Skip to content

Commit

Permalink
update emoji to v1.1.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Sep 24, 2024
1 parent ce689a2 commit ae30fb5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<maven.compiler.release>11</maven.compiler.release>
<javafx.version>22</javafx.version>
<gpg.plugin.version>1.6</gpg.plugin.version>
<emoji.version>1.1.0</emoji.version>
</properties>

<dependencies>
Expand All @@ -27,9 +28,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>
<groupId>com.gluonhq.emoji</groupId>
<artifactId>emoji</artifactId>
<version>1.0.1</version>
<version>${emoji.version}</version>
</dependency>
<dependency>
<groupId>com.gluonhq.emoji</groupId>
<artifactId>offline</artifactId>
<version>${emoji.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit ae30fb5

Please sign in to comment.