mirror of https://github.com/sbt/sbt.git
Mention former implementations
This commit is contained in:
parent
05f8f321d9
commit
0fcacffc6b
|
|
@ -13,6 +13,12 @@ import sbt.util.Logger
|
|||
|
||||
class CoursierDependencyResolution(conf: CoursierConfiguration) extends DependencyResolutionInterface {
|
||||
|
||||
/*
|
||||
* Based on earlier implementations by @leonardehrenfried (https://github.com/sbt/librarymanagement/pull/190)
|
||||
* and @andreaTP (https://github.com/sbt/librarymanagement/pull/270), then adapted to the code from the former
|
||||
* sbt-coursier, that was moved to this module.
|
||||
*/
|
||||
|
||||
private def sbtBinaryVersion = "1.0"
|
||||
|
||||
lazy val resolvers =
|
||||
|
|
|
|||
Loading…
Reference in New Issue