Merge pull request #7059 from eed3si9n/wip/coursier

lm-coursier-shaded 2.0.12
This commit is contained in:
eugene yokota 2022-10-30 20:00:13 -04:00 committed by GitHub
commit 4841e85af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
sbt.version=1.7.0
sbt.version=1.7.2

View File

@ -1,3 +1,3 @@
[repositories]
local
jcenter: https://jcenter.bintray.com/
sonatype-releases: https://oss.sonatype.org/content/repositories/releases