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 d67cb34 commit 23b18be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-zipkin-http-exporter" % "0.13.1"
"io.janstenpickle" %% "trace4cats-zipkin-http-exporter" % "0.14.0"
```


Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object Dependencies {
val scala213 = "2.13.8"
val scala3 = "3.1.3"

val trace4cats = "0.13.1+114-c5a4b269"
val trace4catsExporterHttp = "0.13.1+26-3c5516ed"
val trace4catsJaegerIntegrationTest = "0.13.1+34-81de7eab"
val trace4cats = "0.14.0"
val trace4catsExporterHttp = "0.14.0"
val trace4catsJaegerIntegrationTest = "0.14.0"

val circe = "0.14.2"

Expand Down

0 comments on commit 23b18be

Please sign in to comment.