Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25f66a2

Browse files
committedApr 17, 2022
fix library loading
1 parent e1641c4 commit 25f66a2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎pom.xml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<groupId>lol.hyper</groupId>
109109
<artifactId>github-release-api</artifactId>
110110
<version>1.0.1</version>
111-
<scope>provided</scope>
112111
</dependency>
113112
</dependencies>
114113
</project>

‎src/main/resources/plugin.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ name: LecternCrashFix
22
version: '${project.version}'
33
main: lol.hyper.lecterncrashfix.LecternCrashFix
44
api-version: 1.14
5-
depend: [ProtocolLib]
6-
libraries:
7-
- lol.hyper:github-release-api:1.0.1
5+
depend: [ProtocolLib]

0 commit comments

Comments
 (0)
This repository has been archived.