<@U0BGSQ7E0>: Just upgraded to `0.11` and tried to...
# exposed
u
@andrewoma: Just upgraded to
0.11
and tried to run again and got this:
Copy code
Exception in thread "main" java.lang.NoSuchMethodError: com.github.andrewoma.kwery.core.StatementOptions.copy$default(Lcom/github/andrewoma/kwery/core/StatementOptions;Ljava/lang/String;ZZLcom/github/andrewoma/kwery/core/ResultSetConcurrency;Lcom/github/andrewoma/kwery/core/ResultSetType;Lcom/github/andrewoma/kwery/core/ResultSetHoldability;ZLjava/util/List;IIIJZLcom/github/andrewoma/kwery/core/ResultSetFetchDirection;Lkotlin/jvm/functions/Function1;Ljava/lang/Integer;Ljava/lang/Integer;ILjava/lang/Object;)Lcom/github/andrewoma/kwery/core/StatementOptions;
        at com.github.andrewoma.kwery.mapper.AbstractDao.options(AbstractDao.kt:91)
        at com.github.andrewoma.kwery.mapper.AbstractDao.findById(AbstractDao.kt:98)
        at com.github.andrewoma.kwery.mapper.Dao$DefaultImpls.findById$default(Dao.kt:30)
        at core.EveApi.EveStaticData.findTypeInfo(EveApi.kt:433)
        at towerTool.TowerManagerKt.buildTowers(TowerManager.kt:83)
        at main.kotlin.MainKt.main(main.kt:14)
I built using
mvn package
though when normally I run through intelliJ, so it could be something on my end. Like I said, I'm probably just going to use mysql instead, so don't worry about trying to fix it if it's a pain. Just wanted to give you the feedback 🙂