mirror of https://github.com/sbt/sbt.git
Update coursier to 1.1.0-M13-2 (#53)
This commit is contained in:
parent
8f3401788e
commit
0546055847
|
|
@ -21,7 +21,7 @@ lazy val `lm-coursier` = project
|
||||||
.settings(
|
.settings(
|
||||||
shared,
|
shared,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.get-coursier" %% "coursier" % "1.1.0-M13-1",
|
"io.get-coursier" %% "coursier" % "1.1.0-M13-2",
|
||||||
// We depend on librarymanagement-ivy rather than just
|
// We depend on librarymanagement-ivy rather than just
|
||||||
// librarymanagement-core to handle the ModuleDescriptor passed
|
// librarymanagement-core to handle the ModuleDescriptor passed
|
||||||
// to DependencyResolutionInterface.update, which is an
|
// to DependencyResolutionInterface.update, which is an
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue