mirror of https://github.com/sbt/sbt.git
Merge pull request #7059 from eed3si9n/wip/coursier
lm-coursier-shaded 2.0.12
This commit is contained in:
commit
4841e85af0
|
|
@ -10,7 +10,7 @@ import scala.util.Try
|
|||
// ThisBuild settings take lower precedence,
|
||||
// but can be shared across the multi projects.
|
||||
ThisBuild / version := {
|
||||
val v = "1.7.2-SNAPSHOT"
|
||||
val v = "1.7.3-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ import lmcoursier.definitions.{
|
|||
Strict => CStrict,
|
||||
}
|
||||
import lmcoursier._
|
||||
import lmcoursier.syntax._
|
||||
import lmcoursier.credentials.Credentials
|
||||
import Keys._
|
||||
import sbt.internal.util.Util
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ object Dependencies {
|
|||
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
|
||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.10"
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.12"
|
||||
|
||||
def sjsonNew(n: String) =
|
||||
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.7.0
|
||||
sbt.version=1.7.2
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[repositories]
|
||||
local
|
||||
jcenter: https://jcenter.bintray.com/
|
||||
sonatype-releases: https://oss.sonatype.org/content/repositories/releases
|
||||
|
|
|
|||
Loading…
Reference in New Issue