Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
catostrophe authored and mergify[bot] committed Jul 6, 2021
1 parent 7a080f4 commit 7af130b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ lazy val `jaeger-thrift-exporter` =
.settings(
name := "trace4cats-jaeger-thrift-exporter",
libraryDependencies ++= Seq(
Dependencies.collectionCompat,
Dependencies.jaegerThrift,
Dependencies.trace4catsExporterCommon,
Dependencies.trace4catsKernel,
Expand Down
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ object Dependencies {
val trace4cats = "0.12.0-RC2"
val trace4catsJaegerIntegrationTest = "0.12.0-RC2"

val collectionCompat = "2.4.4"
val jaeger = "1.6.0"

val kindProjector = "0.13.0"
Expand All @@ -20,7 +21,8 @@ object Dependencies {
lazy val trace4catsJaegerIntegrationTest =
"io.janstenpickle" %% "trace4cats-jaeger-integration-test" % Versions.trace4catsJaegerIntegrationTest

lazy val jaegerThrift = "io.jaegertracing" % "jaeger-thrift" % Versions.jaeger
lazy val collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % Versions.collectionCompat
lazy val jaegerThrift = "io.jaegertracing" % "jaeger-thrift" % Versions.jaeger

lazy val kindProjector = ("org.typelevel" % "kind-projector" % Versions.kindProjector).cross(CrossVersion.full)
lazy val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % Versions.betterMonadicFor
Expand Down

0 comments on commit 7af130b

Please sign in to comment.