Skip to content

Commit

Permalink
Update coursier to 2.1.12 (#3636)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[io.get-coursier:coursier](https://github.com/coursier/coursier) from
`2.1.11` to `2.1.12`

πŸ“œ [GitHub Release
Notes](https://github.com/coursier/coursier/releases/tag/v2.1.12) -
[Version
Diff](coursier/coursier@v2.1.11...v2.1.12)

## 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>
  • Loading branch information
xerial-bot committed Sep 12, 2024
1 parent 6e5917f commit 5d5bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.11",
"io.get-coursier" %% "coursier" % "2.1.12",
"org.apache.commons" % "commons-compress" % "1.27.1",
"org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION,
"org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,
Expand Down

0 comments on commit 5d5bebe

Please sign in to comment.