Remove dependencies that are not used anymore but still referenced, causing problems for futur upgrades:
squeryl is a dead project for years now, and it causes import problem in intellij. Since persistance module is deleted, there's no reason to keep it,
JSON in scala-combinator was removed post-1.1 branch as a "sample, confused for a real parsed" and should not be used. It will make impossible update to newer version of the llib. See: https://github.com/scala/scala-parser-combinators/issues/99
Remove dependencies that are not used anymore but still referenced, causing problems for futur upgrades:
persistance
module is deleted, there's no reason to keep it,JSON
in scala-combinator was removed post-1.1 branch as a "sample, confused for a real parsed" and should not be used. It will make impossible update to newer version of the llib. See: https://github.com/scala/scala-parser-combinators/issues/99The changes are minimal and all tests pass.