slick-pg icon indicating copy to clipboard operation
slick-pg copied to clipboard

AbstractMethodError on 2.12

Open nafg opened this issue 8 years ago • 4 comments

Ammonite reproducer:

import $ivy.`com.github.tminglei::slick-pg:0.15.3` 
new com.github.tminglei.slickpg.ExPostgresProfile { new API {} }

nafg avatar Aug 22 '17 01:08 nafg

Seems to be https://github.com/scala/bug/issues/10477

nafg avatar Aug 22 '17 02:08 nafg

Confirmed. Just got the same error when upgrading to 2.12.3

DylanArnold avatar Oct 06 '17 00:10 DylanArnold

Okay adding override val backend: Backend seemed to work. See https://github.com/scala/bug/issues/10477#issuecomment-323917940

DylanArnold avatar Oct 06 '17 00:10 DylanArnold

Had this issue too, with 2.12.4. This happens for me when MyPostgresProfile is a class (which the Ammonite example should become too), but not when it's a trait.

nightkr avatar Jan 24 '18 22:01 nightkr