mirror of https://github.com/sbt/sbt.git
Update to librarymanagement-coursier 2.0.0-alpha7
This commit is contained in:
parent
08966370b1
commit
c838c492b1
|
|
@ -80,7 +80,7 @@ object Dependencies {
|
|||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
// val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.10"
|
||||
val lmCoursierShaded = "org.scala-sbt" %% "librarymanagement-coursier" % "2.0.0-alpha6"
|
||||
val lmCoursierShaded = "org.scala-sbt" %% "librarymanagement-coursier" % "2.0.0-alpha7"
|
||||
|
||||
lazy val sjsonNewVersion = "0.14.0-M1"
|
||||
def sjsonNew(n: String) = Def.setting(
|
||||
|
|
|
|||
Loading…
Reference in New Issue