File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212Add it to your ` build.sbt ` :
1313
1414``` scala
15- " io.janstenpickle" %% " trace4cats-jaeger-thrift-exporter" % " 0.13.1 "
16- " io.janstenpickle" %% " trace4cats-jaeger-thrift-http-exporter" % " 0.13.1 "
15+ " io.janstenpickle" %% " trace4cats-jaeger-thrift-exporter" % " 0.14.0 "
16+ " io.janstenpickle" %% " trace4cats-jaeger-thrift-http-exporter" % " 0.14.0 "
1717```
1818
1919## Contributing
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ object Dependencies {
66 val scala213 = " 2.13.8"
77 val scala3 = " 3.1.3"
88
9- val trace4cats = " 0.13.1+114-c5a4b269 "
10- val trace4catsExporterHttp = " 0.13.1+26-3c5516ed "
11- val trace4catsJaegerIntegrationTest = " 0.13.1+34-81de7eab "
9+ val trace4cats = " 0.14.0 "
10+ val trace4catsExporterHttp = " 0.14.0 "
11+ val trace4catsJaegerIntegrationTest = " 0.14.0 "
1212
1313 val collectionCompat = " 2.8.1"
1414 val jaeger = " 1.8.1"
You can’t perform that action at this time.
0 commit comments