Merge pull request #743 from deathbeam/fuzzy-search

Add fuzzy searching to config panel
This commit is contained in:
Adam
2018-03-01 19:06:54 -05:00
committed by GitHub
3 changed files with 81 additions and 13 deletions

View File

@@ -91,6 +91,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>