OASIS-learn-study / minecraft-storeys-maker

Minecraft extension to make your own stories in, with and for Minecraft - it's like being a movie director!
https://www.learn.study
GNU Affero General Public License v3.0
15 stars 10 forks source link

Bump futures-extra from 4.0.0 to 4.3.1 #395

Closed vorburger closed 2 years ago

vorburger commented 2 years ago

as in #187 (but with a newer version)

This is the first time that we can test a dependabot update after #382.

vorburger commented 2 years ago

@edewit FYI this seems to cause the following problem, so I'll revert it as part of an upcoming other CL:

java.lang.NoClassDefFoundError: com/google/api/core/ApiFuture
        at ch.vorburger.minecraft.storeys.japi.impl.actions.MainThreadAction.execute(MainThreadAction.java:51) ~[MainThreadAction.class:?]
        at ch.vorburger.minecraft.storeys.japi.impl.actions.ActionPlayer.play(ActionPlayer.java:36) ~[ActionPlayer.class:?]
        at ch.vorburger.minecraft.storeys.japi.impl.EventsImpl.invokeCallback(EventsImpl.java:105) ~[EventsImpl.class:?]
        at ch.vorburger.minecraft.storeys.japi.impl.EventsImpl.lambda$whenPlayerJoins$3(EventsImpl.java:82) ~[EventsImpl.class:?]
        at ch.vorburger.minecraft.storeys.japi.impl.events.EventService.onPlayerJoin(EventService.java:66) ~[EventService.class:?]
        at org.spongepowered.common.event.listener.JoinListener_EventService_onPlayerJoin7.handle(Unknown Source) ~[?:?]