Skip to content

Commit

Permalink
Update Coursier to 2.1.7 (sbt#7392)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: eugene yokota <[email protected]>
  • Loading branch information
regiskuckaertz and eed3si9n committed Oct 22, 2023
1 parent de94f1c commit da51f1b
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.1.1"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.2"

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

0 comments on commit da51f1b

Please sign in to comment.