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 4430dfe commit 66de0a1
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 @@ Extra utilities for dynamically configuring [Trace4Cats].
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-dynamic-sampling-http4s" % "0.13.1"
"io.janstenpickle" %% "trace4cats-dynamic-sampling-http-server" % "0.13.1"
"io.janstenpickle" %% "trace4cats-dynamic-sampling-http4s" % "0.14.0"
"io.janstenpickle" %% "trace4cats-dynamic-sampling-http-server" % "0.14.0"
```


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 circe = "0.14.2"
val http4s = "0.23.14"
Expand Down

0 comments on commit 66de0a1

Please sign in to comment.