From 2c84da4b7d53348e7c7251d58c8ecadbeec78f79 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 5 Nov 2024 16:09:31 -0800 Subject: [PATCH] Update coursier to 2.1.15 (#3716) 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.14` to `2.1.15` 📜 [GitHub Release Notes](https://github.com/coursier/coursier/releases/tag/v2.1.15) - [Version Diff](https://github.com/coursier/coursier/compare/v2.1.14...v2.1.15) ## 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 64d5c4dc7..6a5d9386b 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.14", + "io.get-coursier" %% "coursier" % "2.1.15", "org.apache.commons" % "commons-compress" % "1.27.1", "org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION, "org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,