We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2f690 commit 70e0e38Copy full SHA for 70e0e38
1 file changed
build.sbt
@@ -253,14 +253,14 @@ lazy val chillThrift = module("thrift").settings(
253
crossPaths := false,
254
autoScalaLibrary := false,
255
libraryDependencies ++= Seq(
256
- "org.apache.thrift" % "libthrift" % "0.12.0" % "provided"
+ "org.apache.thrift" % "libthrift" % "0.13.0" % "provided"
257
)
258
259
260
lazy val chillScrooge = module("scrooge")
261
.settings(
262
263
- ("org.apache.thrift" % "libthrift" % "0.12.0").exclude("junit", "junit"),
+ ("org.apache.thrift" % "libthrift" % "0.13.0").exclude("junit", "junit"),
264
scalaVersion(sv => scrooge(sv)).value
265
266
0 commit comments