From 32337ad7412f299aa7600437af90fc263c20e49d Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 9 Sep 2024 22:16:39 -0700 Subject: [PATCH] Update coursier to 2.1.11 (#3632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [io.get-coursier:coursier](https://github.com/coursier/coursier) from `2.1.10` to `2.1.11` 📜 [GitHub Release Notes](https://github.com/coursier/coursier/releases/tag/v2.1.11) - [Version Diff](https://github.com/coursier/coursier/compare/v2.1.10...v2.1.11) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.get-coursier", artifactId = "coursier" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.get-coursier", artifactId = "coursier" } }] ```
labels: library-update --- sbt-airframe/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-airframe/build.sbt b/sbt-airframe/build.sbt index b4afc6650..36cbaf80d 100644 --- a/sbt-airframe/build.sbt +++ b/sbt-airframe/build.sbt @@ -61,7 +61,7 @@ lazy val sbtAirframe = description := "sbt plugin for helping programming with Airframe", scalaVersion := SCALA_2_12, libraryDependencies ++= Seq( - "io.get-coursier" %% "coursier" % "2.1.10", + "io.get-coursier" %% "coursier" % "2.1.11", "org.apache.commons" % "commons-compress" % "1.27.1", "org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION, "org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,