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

前端 未结 4 2095
眼角桃花
眼角桃花 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:45

    I did hit the same problem and here is what I did to get rid of it:

    1. Updated IntelliJ to version 14.1.3
    2. Used Scala Plugin version 1.5

    My scala version is 2.11.6

    I hope this helps somebody who might run into the same problem!

提交回复
热议问题