Sanjiban Bairagya
Sanjiban Bairagya

Reputation: 744

Getting error `No implicits found for parameter fieldMapper: FieldMapper` while using Squeryl version 0.9.14 with Scala version 2.13.1

I followed the following steps:

How do I fix this? Any kind of help would be highly appreciated. Thanks in advance.

Upvotes: 1

Views: 298

Answers (1)

Regan Koopmans
Regan Koopmans

Reputation: 507

Try adding the following import to the top of MyEntity.scala:

import org.squeryl.PrimitiveTypeMode._

Upvotes: 2

Related Questions