Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janstenpickle committed Jul 31, 2022
1 parent 6c94544 commit 17c2d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Integration layer for [Trace4Cats] and [Natchez].
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-natchez" % "0.13.1"
"io.janstenpickle" %% "trace4cats-natchez" % "0.14.0"
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val scala213 = "2.13.8"
val scala3 = "3.1.3"

val trace4cats = "0.13.1+67-a7d9b849"
val trace4cats = "0.14.0"

val natchez = "0.1.6"

Expand Down

0 comments on commit 17c2d23

Please sign in to comment.