sbt-strict-update enforces versionScheme policy for select modules.
Add this to project/plugins.sbt
:
addSbtPlugin("com.eed3si9n" % "sbt-strict-update" % "0.1.0")
Add the following to your build.sbt
ThisBuild / libraryDependencySchemes += "org.typelevel" %% "cats-effect" % "early-semver"