Update fanciful dependency. Fixes #144.

Currently using fanciful from my local maven repo until @mkremins updates his.
This commit is contained in:
drtshock 2014-12-06 18:08:53 -06:00
parent 0487ca77e5
commit 7e91a90fa2
1 changed files with 1 additions and 5 deletions

View File

@ -108,7 +108,7 @@
<dependency>
<groupId>mkremins</groupId>
<artifactId>fanciful</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@ -134,9 +134,5 @@
<id>maven.sk89q.com</id>
<url>http://maven.sk89q.com/repo/</url>
</repository>
<repository>
<id>fanciful-mvn-repo</id>
<url>https://raw.github.com/mkremins/fanciful/mvn-repo/</url>
</repository>
</repositories>
</project>