Closed SAMMY7th closed 6 years ago
Thanks, LGTM.
We should have set up TravisCI but we've finished it yet. https://github.com/scalikejdbc/hello-scalikejdbc/issues/15
Let me merge this. I confirmed the actual behavior in person at ScalaMatsuri 2018.
11.
It was caused by a mixture of plug-ins of multiple versions.
scalikejdbc-play-fixture
depends on scalikeJDBC2.5.2
. But,scalikejdbc-mapper-generator
depends on2.4.2
.Update
scalike-jdbc-mapper
version2.4.2
to2.5.2
.