Skip to content

Commit

Permalink
build(deps): update fastparse from 3.1.0 to 3.1.1 (#357)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[com.lihaoyi:fastparse](https://github.com/com-lihaoyi/fastparse) from
`3.1.0` to `3.1.1`

📜 [GitHub Release
Notes](https://github.com/com-lihaoyi/fastparse/releases/tag/3.1.1) -
[Version
Diff](com-lihaoyi/fastparse@3.1.0...3.1.1)

## 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/14aa0ebd560ecee4210e69ccbfa05153246716e6/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 (3.1.0).
You might want to review and update them manually.
```
node/package-lock.json
```
</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 = "fastparse" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "fastparse" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Jul 4, 2024
1 parent b73d0ff commit a1c728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val WeaponRegeX = projectMatrix
.in(file("core"))
.settings(
name := "weapon-regex",
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.0",
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.1",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
tpolecatScalacOptions ++= Set(
ScalacOptions.source3,
Expand Down

0 comments on commit a1c728b

Please sign in to comment.