can't find method result on TableQuery with slick 3.0.0-RC1

前端 未结 4 2064
眼角桃花
眼角桃花 2021-02-05 02:58

I am trying out Slick 3.0.0-RC1 and I\'m running in to an odd problem.

Such is my code:

import slick.driver.SQLiteDriver.api._
import scala.         


        
4条回答
  •  暖寄归人
    2021-02-05 03:53

    This is a regular problem I faced quite often with IntelliJ IDEA .

    If using activator, the command - "activator idea" helped me resolve the issue.

    It re-created the .idea and IdeaProject.iml files and then re-loaded the project. I currently use activator-1.3.4

提交回复
热议问题