Skip to content

Commit

Permalink
fix #77 Update elemental2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Nov 12, 2023
1 parent 28b6514 commit 2c69bd3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<maven.license.plugin>3.0</maven.license.plugin>
<maven.surfire.plugin>3.0.0-M1</maven.surfire.plugin>
<maven.gwt.plugin>1.0.0</maven.gwt.plugin>
<elemental2.version>1.1.0</elemental2.version>
<elemental2.version>1.2.1</elemental2.version>
<gwt.i18n.version>1.0.1</gwt.i18n.version>
</properties>

Expand Down Expand Up @@ -120,6 +120,11 @@
<artifactId>elemental2-core</artifactId>
<version>${elemental2.version}</version>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-dom</artifactId>
<version>${elemental2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 2c69bd3

Please sign in to comment.