Dawid Furman
Dawid Furman
Debian is using libayatana-appindicator as the successor of libappindicator. For technical background see this [announcement.](https://lists.debian.org/debian-devel/2018/03/msg00506.html) ref: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages I think this should be somehow fixed inside the lib, am I wrong...
Thanks for the changes @olback I have tried and have pretty the same issue ``` thread 'main' panicked at 'libappindicator3 or libayatana-appindicator3 library not found!', ```
That is correct! Would be great to put this into the configuration plugin. We had the same issue. Maybe we could get rid of this Values Class - with that...
Looks like something is missing here because in maven [repo](https://mvnrepository.com/artifact/com.waioeka.sbt/cucumber-plugin_2.12_1.0) last version is 0.2.1
Many thanks! @lewismj the scala-[3-migrate-plugin](https://scalacenter.github.io/scala-3-migration-guide/docs/tooling/scala-3-migrate-plugin.html) is a great tool for make the Scala 3 migration fluent and painless :)
Looks like with ``` sbt "cucumber --tags ~@my-tag" ``` is already excluding, so covering the need that posted. Looks like this does not works.