Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
Downgrade gson to 2.8.0
Browse files Browse the repository at this point in the history
This version uses Java 8
  • Loading branch information
Su5eD committed Dec 21, 2020
1 parent 5aa6b65 commit 95301d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<name>Technic Launcher</name>
<description>A launcher for the Minecraft Modpacks</description>
<url>https://github.com/TechnicPack/LegacyLauncher</url>
<url>https://github.com/Su5eD/LegacyLauncher</url>

<!-- License -->
<licenses>
Expand All @@ -29,9 +29,9 @@

<!-- Source code -->
<scm>
<developerConnection>scm:git:git@github.com:TechnicPack/LegacyLauncher.git</developerConnection>
<connection>scm:git:git://github.com/TechnicPack/LegacyLauncher.git</connection>
<url>https://github.com/TechnicPack/LegacyLauncher</url>
<developerConnection>scm:git:git@github.com:Su5eD/LegacyLauncher.git</developerConnection>
<connection>scm:git:git://github.com/Su5eD/LegacyLauncher.git</connection>
<url>https://github.com/Su5eD/LegacyLauncher</url>
</scm>

<!-- Dependencies -->
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 95301d4

Please sign in to comment.