Skip to content

Commit

Permalink
Update circe-parser to 0.14.6 (#3177)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [io.circe:circe-parser](https://github.com/circe/circe) from
`0.14.5` to `0.14.6`

πŸ“œ [GitHub Release
Notes](https://github.com/circe/circe/releases/tag/v0.14.6) - [Version
Diff](circe/circe@v0.14.5...v0.14.6)

## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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.circe", artifactId = "circe-parser" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.circe", artifactId = "circe-parser" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Aug 31, 2023
1 parent a6ec410 commit 6eae024
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 @@ -839,7 +839,7 @@ lazy val benchmark =
"org.openjdk.jmh" % "jmh-generator-reflection" % JMH_VERSION,
// Used only for json benchmark
"org.json4s" %% "json4s-jackson" % "4.0.6",
"io.circe" %% "circe-parser" % "0.14.5",
"io.circe" %% "circe-parser" % "0.14.6",
// For ScalaPB
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// For grpc-java
Expand Down

0 comments on commit 6eae024

Please sign in to comment.