Fredrik Ekholdt

Results 2 issues of Fredrik Ekholdt

if you run the MultiDBExample 2 times or more from the same sbt session you get the following output: Version of slick-examples: 79eb15313c380359470f22e9d122a4cd9676d307 Repro steps inside of sbt: > run-main...

How to reproduce: create a build.sbt file with: `scalacOptions += "-deprecation"` and generate the eclipse project from sbt: `eclipse` then remove the scalac from the build.sbt: `scalacOptions += "-deprecation"` and...