Skip to content

Commit

Permalink
Update coursier to 2.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2024
1 parent 36ae1c7 commit adcc14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ lazy val lsp = module("lsp")
"io.circe" %% "circe-core" % "0.14.10",
"org.http4s" %% "http4s-ember-client" % "0.23.29",
"org.http4s" %% "http4s-ember-server" % "0.23.29" % Test,
("io.get-coursier" % "coursier" % "2.1.14")
("io.get-coursier" % "coursier" % "2.1.20")
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13")
.exclude("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"),
Expand Down

0 comments on commit adcc14e

Please sign in to comment.