sbt / sbt-strict-update

1 stars 1 forks source link

sbt-strict-update

sbt-strict-update enforces versionScheme policy for select modules.

setup

Add this to project/plugins.sbt:

addSbtPlugin("com.eed3si9n" % "sbt-strict-update" % "0.1.0")

usage

Add the following to your build.sbt

ThisBuild / libraryDependencySchemes += "org.typelevel" %% "cats-effect" % "early-semver"