poi.scala
poi.scala copied to clipboard
poi-scala with scalaz 7.1.0
I'm using scalaz 7.1.0 and since I've added poi-scala I cannot run my tests. I get this error:
java.lang.IncompatibleClassChangeError: Found class scalaz.Memo, but interface was expected
I've searched online but all the solutions ahve to do with adding specific versions of specs2, which I am not deliberatly using. Is there anyway to solve this?