mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Merge pull request #4737 from eed3si9n/wip/bumpcoursier
lm-coursier-shaded 1.1.0-M14-3
This commit is contained in:
@@ -112,7 +112,7 @@ object Dependencies {
|
||||
def addSbtZincCompileCore(p: Project): Project =
|
||||
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
val lmCoursierVersion = "1.1.0-M14-2"
|
||||
val lmCoursierVersion = "1.1.0-M14-3"
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
|
||||
|
||||
val sjsonNewScalaJson = Def.setting {
|
||||
|
||||
Reference in New Issue
Block a user