- Questions should be posted to ScalikeJDBC Users Group
- Please describe about your issue in detail (verison, situation, examples)
- Send pull requests toward "develop" or "feature/xxx" branches
- Compatibility always must be kept as far as possible
- scalariform must be applied to all Scala source code
- Prefer creating scala source code for each class/object/trait (of course, except for sealed trait)
Testing with default settings is required when push changes:
sbt test