Runtime exception with java testing library

I’m getting java.lang.NoClassDefFoundError: io/temporal/internal/sync/WorkflowClientInternal
from:
io.temporal.testing.TestWorkflowEnvironmentInternal.getWorkflowClient(TestWorkflowEnvironmentInternal.java:157)

and I can’t seem to find a version of io.temporal:temporal-sdk that has this symbol.
what am i missing?

Can you check what dependencies you have in your project? My guess is that you might be somehow pulling in an older sdk version.

The problem was on my end. bad hash caused dep to remain on 1.17