From 0fcacffc6b6a19431239ec7dbf7296913716a0b5 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 27 Nov 2018 11:40:02 +0100 Subject: [PATCH] Mention former implementations --- .../coursier/lmcoursier/CoursierDependencyResolution.scala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/lm-coursier/src/main/scala/coursier/lmcoursier/CoursierDependencyResolution.scala b/modules/lm-coursier/src/main/scala/coursier/lmcoursier/CoursierDependencyResolution.scala index 78a8e20c7..8513c380d 100644 --- a/modules/lm-coursier/src/main/scala/coursier/lmcoursier/CoursierDependencyResolution.scala +++ b/modules/lm-coursier/src/main/scala/coursier/lmcoursier/CoursierDependencyResolution.scala @@ -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 =