Relative Content

Tag Archive for scalasbt

Repeated Setting of Scalac Flags in Scala 3

I’m having this build.sbt for one of my projects and this project uses an sbt plugin that I have internally built and published locally. This sbt plugin contains the common shared settings and looks like this:

Repeated Setting of Scalac Flags in Scala 3

I’m having this build.sbt for one of my projects and this project uses an sbt plugin that I have internally built and published locally. This sbt plugin contains the common shared settings and looks like this:

Scala SBT Version Dependency Binary Compatibility Error scala-xml

I have a project that I host on GitHub and I use scala-steward to keep my plugins and dependencies up to date. This worked for a while and now it is turning out to be a nightmare to use such auto updates. Here is the thing. In my plugins.sbt, I have a dependency to scoverage which was updated by scala-steward to version 2.0.6. But the pull request failed to pass through the compile stage and I see the following error: