Created
January 13, 2015 14:11
-
-
Save szeiger/fccd38882a791e2fc8a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] /Users/szeiger/code/slick/slick-testkit/src/main/scala/com/typesafe/slick/testkit/tests/JdbcMapperTest.scala:214: type mismatch; | |
[error] found : LiftedC | |
[error] required: scala.slick.lifted.ProvenShape[C] | |
[error] def * = LiftedC(id, s) | |
[error] ^ | |
[error] /Users/szeiger/code/slick/slick-testkit/src/main/scala/com/typesafe/slick/testkit/tests/JdbcMapperTest.scala:251: type mismatch; | |
[error] found : LiftedC | |
[error] required: scala.slick.lifted.ProvenShape[C] | |
[error] def * = new LiftedC(id, s) | |
[error] ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment