Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
/ play-config Public archive

A micro-library containing Play configuration utility functions.

License

Notifications You must be signed in to change notification settings

hmrc/play-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-config

This library is deprecated now. Please use bootstrap-play to use features from this library

A micro-library containing Play configuration utility functions.

Not available for Play 2.6

This library has been inlined in bootstrap-play-26 and shouldn't be used as a separate dependency for Play 2.6 services. It will not be updated for Play 2.6.

Adding to your service

Include the following dependency in your SBT build

resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" %% "play-config" % "1.0.0"