Skip to content

isabella232/sbt-strict-update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%