mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Added sbt library dependencies to README.md
- Lots of people use sbt, why keep a maven sample and forget about sbt? :)
This commit is contained in:
parent
99afd721a5
commit
c1d5c11887
@ -89,6 +89,10 @@ Maven Central.
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
|
||||
sbt dependency:
|
||||
|
||||
libraryDependencies += "com.typesafe" % "config" % "1.2.1"
|
||||
|
||||
Obsolete releases are here, but you probably don't want these:
|
||||
|
||||
- http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
|
||||
|
Loading…
Reference in New Issue
Block a user