We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69dfa0 commit b5c9772Copy full SHA for b5c9772
1 file changed
build.sbt
@@ -243,14 +243,14 @@ lazy val chillThrift = module("thrift").settings(
243
crossPaths := false,
244
autoScalaLibrary := false,
245
libraryDependencies ++= Seq(
246
- "org.apache.thrift" % "libthrift" % "0.17.0" % "provided"
+ "org.apache.thrift" % "libthrift" % "0.23.0" % "provided"
247
)
248
249
250
lazy val chillScrooge = module("scrooge")
251
.settings(
252
253
- ("org.apache.thrift" % "libthrift" % "0.17.0").exclude("junit", "junit"),
+ ("org.apache.thrift" % "libthrift" % "0.23.0").exclude("junit", "junit"),
254
"com.twitter" %% "scrooge-serializer" % scroogeVersion
255
256
0 commit comments