Skip to content

Commit

Permalink
Update acyclic to 0.3.8 (#494)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [com.lihaoyi:acyclic](https://github.com/com-lihaoyi/acyclic)
from `0.3.6` to `0.3.8`

📜 [GitHub Release
Notes](https://github.com/com-lihaoyi/acyclic/releases/tag/0.3.8) -
[Version
Diff](com-lihaoyi/acyclic@0.3.6...0.3.8)

## 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/34b993eed96abbb181f67fd5098a258275dce76f/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (0.3.6).
You might want to review and update them manually.
```
upickleReadme/Readme.scalatex
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "com.lihaoyi", artifactId = "acyclic" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "acyclic" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Jul 9, 2023
1 parent faf2dcd commit 8b834a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val scala213 = "2.13.10"

val scala3 = "3.2.2"
val scalaNative = "0.4.10"
val acyclic = "0.3.6"
val acyclic = "0.3.8"
val sourcecode = "0.3.0"

val dottyCustomVersion = Option(sys.props("dottyVersion"))
Expand Down

0 comments on commit 8b834a4

Please sign in to comment.