Skip to content

andrewfolga/bobby-open-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bobby-config

This contains configuration for bobby.

Deprecated Dependencies

This is a json file containing the list of all the deprecated libraries in MDTP. The file name is 'deprecated-dependencies.json'

The format is an array of JSON objects of the form:

   [
     { 
       "organisation" : "uk.gov.hmrc", 
       "name"         : "sbt-auto-build", 
       "range"        : "(,0.8.0)", 
       "reason"       : "Previous versions didn't work correctly", 
       "from"         : "2015-06-08" 
     }
   ]
Where:
  • organisation and name identify the dependency
  • range is used to declare minimum, maximum allowed versions of a dependency (both min and max may be optional), and allow "holes" for known incompatible versions. See 'Supported Version Ranges' for more details
  • reason tells why the versions in range are deprecated
  • from tells when the versions in range become unsupported.
Supported Version Ranges

Please see https://github.com/hmrc/bobby#supported-version-ranges

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%