Add slf4j to mixins and expose logger in Hooks for them
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
<name>RuneLite Mixins</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.21</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.runelite.rs</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user