Skip to content

Commit

Permalink
Update gson and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 29, 2016
1 parent d8278c0 commit 69c01de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>CraftenLauncher</name>
<groupId>de.craften.craftenlauncher</groupId>
<artifactId>CraftenLauncher</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -55,8 +55,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.1</version>
<!-- TODO We can't use Gson 2.6.2 because of a version range bug. We should update Gson once this is resolved. -->
<version>2.7</version>
</dependency>
<dependency>
<groupId>de.craften.ui.swingmaterial</groupId>
Expand Down

0 comments on commit 69c01de

Please sign in to comment.