Skip to content

Commit

Permalink
Update zio-json, zio-json-interop-refined to 0.6.1 (#74)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [dev.zio:zio-json](https://github.com/zio/zio-json)
* [dev.zio:zio-json-interop-refined](https://github.com/zio/zio-json)

 from `0.6.0` to `0.6.1`

📜 [GitHub Release
Notes](https://github.com/zio/zio-json/releases/tag/v0.6.1) - [Version
Diff](zio/zio-json@v0.6.0...v0.6.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/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 = "dev.zio" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "dev.zio" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
commit-count:1
</sup>

Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Sep 4, 2023
1 parent 176bd37 commit 7022193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addCommandAlias("headerCreateAll", "; all root/headerCreate Test/headerCreate")
addCommandAlias("headerCheckAll", "; all root/headerCheck Test/headerCheck")

val zioVersion = "2.0.15"
val zioJsonVersion = "0.6.0"
val zioJsonVersion = "0.6.1"
val zioConfigVersion = "3.0.7"
val zioLoggingVersion = "2.1.14"
val testContainersVersion = "0.40.15"
Expand Down Expand Up @@ -58,7 +58,7 @@ lazy val root = (project in file("."))
"dev.zio" %% "zio-config-typesafe" % zioConfigVersion,
"dev.zio" %% "zio-http" % zioHttpVersion,
"dev.zio" %% "zio-json" % zioJsonVersion,
"dev.zio" %% "zio-json-interop-refined" % "0.6.0",
"dev.zio" %% "zio-json-interop-refined" % "0.6.1",
"dev.zio" %% "zio-metrics-connectors" % zioMetricsConnectorsVersion,
"dev.zio" %% "zio-metrics-connectors-prometheus" % zioMetricsConnectorsVersion,
"dev.zio" %% "zio-nio" % zioNioVersion,
Expand Down

0 comments on commit 7022193

Please sign in to comment.