From 86a8fbaeabfe38e9b3b73b93d028e6e36853cbf1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Sep 2024 17:30:34 +0000 Subject: [PATCH] Update coursier to 2.1.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 140b38eb..c681cf34 100644 --- a/build.sbt +++ b/build.sbt @@ -156,7 +156,7 @@ lazy val lsp = module("lsp") "io.circe" %% "circe-core" % "0.14.10", "org.http4s" %% "http4s-ember-client" % "0.23.28", "org.http4s" %% "http4s-ember-server" % "0.23.28" % Test, - "io.get-coursier" %% "coursier" % "2.1.12", + "io.get-coursier" %% "coursier" % "2.1.13", "org.typelevel" %% "cats-tagless-macros" % "0.16.2", ), buildInfoPackage := "playground.lsp.buildinfo",