Skip to content

Commit 32337ad

Browse files
authored
Update coursier to 2.1.11 (#3632)
## 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](coursier/coursier@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!_ <details> <summary>⚙ Adjust future updates</summary> 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" } }] ``` </details> <sup> labels: library-update </sup>
1 parent 1b84fd8 commit 32337ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-airframe/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lazy val sbtAirframe =
6161
description := "sbt plugin for helping programming with Airframe",
6262
scalaVersion := SCALA_2_12,
6363
libraryDependencies ++= Seq(
64-
"io.get-coursier" %% "coursier" % "2.1.10",
64+
"io.get-coursier" %% "coursier" % "2.1.11",
6565
"org.apache.commons" % "commons-compress" % "1.27.1",
6666
"org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION,
6767
"org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,

0 commit comments

Comments
 (0)