Mention former implementations

This commit is contained in:
Alexandre Archambault 2018-11-27 11:40:02 +01:00
parent 05f8f321d9
commit 0fcacffc6b
1 changed files with 6 additions and 0 deletions

View File

@ -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 =