From 1e751f07b86863f4f1728762168a713931c8967e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Sep 2024 16:44:43 +0000 Subject: [PATCH] Update coursier to 2.1.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aec0d095..993f80a9 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.27", "org.http4s" %% "http4s-ember-server" % "0.23.27" % Test, - "io.get-coursier" %% "coursier" % "2.1.11", + "io.get-coursier" %% "coursier" % "2.1.12", "org.typelevel" %% "cats-tagless-macros" % "0.16.2", ), buildInfoPackage := "playground.lsp.buildinfo",