Skip to content

Commit

Permalink
Merge pull request #7225 from eed3si9n/wip/coursier
Browse files Browse the repository at this point in the history
Update to lm-coursier-shaded 2.1.0
  • Loading branch information
eed3si9n committed Apr 30, 2023
2 parents 6aa29b5 + 7dd69e7 commit 2035d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.16"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.0"

def sjsonNew(n: String) =
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
Expand Down

0 comments on commit 2035d9f

Please sign in to comment.