Skip to content

Commit

Permalink
Update to librarymanagement-coursier 2.0.0-alpha7
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 26, 2023
1 parent 0896637 commit c838c49
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 @@ -80,7 +80,7 @@ object Dependencies {
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)

// val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.10"
val lmCoursierShaded = "org.scala-sbt" %% "librarymanagement-coursier" % "2.0.0-alpha6"
val lmCoursierShaded = "org.scala-sbt" %% "librarymanagement-coursier" % "2.0.0-alpha7"

lazy val sjsonNewVersion = "0.14.0-M1"
def sjsonNew(n: String) = Def.setting(
Expand Down

0 comments on commit c838c49

Please sign in to comment.