Skip to content

Commit b5c9772

Browse files
committed
Update libthrift to 0.23.0
1 parent f69dfa0 commit b5c9772

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@ lazy val chillThrift = module("thrift").settings(
243243
crossPaths := false,
244244
autoScalaLibrary := false,
245245
libraryDependencies ++= Seq(
246-
"org.apache.thrift" % "libthrift" % "0.17.0" % "provided"
246+
"org.apache.thrift" % "libthrift" % "0.23.0" % "provided"
247247
)
248248
)
249249

250250
lazy val chillScrooge = module("scrooge")
251251
.settings(
252252
libraryDependencies ++= Seq(
253-
("org.apache.thrift" % "libthrift" % "0.17.0").exclude("junit", "junit"),
253+
("org.apache.thrift" % "libthrift" % "0.23.0").exclude("junit", "junit"),
254254
"com.twitter" %% "scrooge-serializer" % scroogeVersion
255255
)
256256
)

0 commit comments

Comments
 (0)