Skip to content

Commit

Permalink
Set libthrift transitive dependency to 0.14.1 (close #497)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Oct 5, 2021
1 parent 19d3edf commit 90c0d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ lazy val common = project
Dependencies.Libraries.snowplowRawEvent,
Dependencies.Libraries.collectorPayload,
Dependencies.Libraries.schemaSniffer,
Dependencies.Libraries.thrift,
Dependencies.Libraries.specs2,
Dependencies.Libraries.specs2Cats,
Dependencies.Libraries.specs2Scalacheck,
Expand Down
5 changes: 5 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ object Dependencies {
val grpc = "1.32.2"
val macros = "2.1.1"
val scalaTest = "3.0.8"

val thrift = "0.14.1"
}

object Libraries {
Expand Down Expand Up @@ -182,5 +184,8 @@ object Dependencies {
val pureconfigCirce = "com.github.pureconfig" %% "pureconfig-circe" % V.pureconfig
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s % Test
val http4sServer = "org.http4s" %% "http4s-blaze-server" % V.http4s % Test

// force versions of transitive dependencies
val thrift = "org.apache.thrift" % "libthrift" % V.thrift
}
}

0 comments on commit 90c0d5c

Please sign in to comment.