Get slick compatible with SBT 1.3.3

Hi, I am trying to get slick to work with sbt 1.3.3. The progress can be found in my fork here in branch upgrade_sbt. After a couple of days of fixing the errors I have stumbled into a blocker in the zinc code base where in the internal apis have changed. And slick uses these internal apis directly. I have even put up the question here.
For example the method jars is now no longer there in the class ScalaInstance. And the slick code base uses scalaInstance.map(_.jars.classpath).
Any ideas on how I should I go about fixing these?

You can use .allJars instead. Iā€™m not sure if the .classpath extension method will work, so you might need to tweak that.

1 Like