Skip to content

Commit

Permalink
Update libthrift to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 24, 2024
1 parent f69dfa0 commit cefa24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ lazy val chillThrift = module("thrift").settings(
crossPaths := false,
autoScalaLibrary := false,
libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.17.0" % "provided"
"org.apache.thrift" % "libthrift" % "0.20.0" % "provided"
)
)

lazy val chillScrooge = module("scrooge")
.settings(
libraryDependencies ++= Seq(
("org.apache.thrift" % "libthrift" % "0.17.0").exclude("junit", "junit"),
("org.apache.thrift" % "libthrift" % "0.20.0").exclude("junit", "junit"),
"com.twitter" %% "scrooge-serializer" % scroogeVersion
)
)
Expand Down

0 comments on commit cefa24d

Please sign in to comment.