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 213a14c commit afb3371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-tail-sampling-cache-store" % "0.13.1"
"io.janstenpickle" %% "trace4cats-tail-sampling-redis-store" % "0.13.1"
"io.janstenpickle" %% "trace4cats-tail-sampling-cache-store" % "0.14.0"
"io.janstenpickle" %% "trace4cats-tail-sampling-redis-store" % "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+114-c5a4b269"
val trace4cats = "0.14.0"

val catsEffect = "3.3.14"
val embeddedRedis = "0.7.3"
Expand Down

0 comments on commit afb3371

Please sign in to comment.