-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to run stryker4s: [error] java.lang.NoSuchMethodError: scala.meta.inputs.Position$Range.<init>(Lscala/meta/inputs/Input;II)V #302
Comments
Thanks for creating this issue! Do you have any other plugins enabled? I feel like this could be related to dependency resolution conflicts in plugins. If not, would it be possible to provide a sample repository where this issue is demonstrated? |
I have many plugins, the list below:
I can't share my repository with you, sorry, it's client's code. Maybe later I'll create some. Thank you! |
The first thing I notice is By the way, I noticed you work at softwaremill. I'm replacing the http client we currently use with sttp in #299 and it is awesome 😁 |
I had no idea scalafmt changed the group id! Thanks! It's great you use sttp, thanks! I agree it's awesome :) It's a small world, isn't it :) |
It works with new scalafmt |
Good to hear! |
Summary
I added the Stryker4s plugin to my project, but when I run
sbt stryker
the error occurs:Is this some wrong scala-meta version? I don't know how to change it.
Stryker4s config
I didn't change the config file, using defaults.
Stryker4s environment
Your Environment
The text was updated successfully, but these errors were encountered: