Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tests via GitHub actions #602

Merged
merged 13 commits into from
Mar 5, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into tests
# Conflicts:
#	hypixel-api-example/pom.xml
  • Loading branch information
ConnorLinfoot committed Jun 26, 2023
commit 0c44c29796accec6a5cf4d7e2813e196d6e3afc3
7 changes: 3 additions & 4 deletions hypixel-api-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
<version>4.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<scope>test</scope>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
</dependencies>

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.