Skip to content

Commit 70e0e38

Browse files
scala-stewardjohnynek
authored andcommitted
Update libthrift to 0.13.0 (#355)
1 parent 3c2f690 commit 70e0e38

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
@@ -253,14 +253,14 @@ lazy val chillThrift = module("thrift").settings(
253253
crossPaths := false,
254254
autoScalaLibrary := false,
255255
libraryDependencies ++= Seq(
256-
"org.apache.thrift" % "libthrift" % "0.12.0" % "provided"
256+
"org.apache.thrift" % "libthrift" % "0.13.0" % "provided"
257257
)
258258
)
259259

260260
lazy val chillScrooge = module("scrooge")
261261
.settings(
262262
libraryDependencies ++= Seq(
263-
("org.apache.thrift" % "libthrift" % "0.12.0").exclude("junit", "junit"),
263+
("org.apache.thrift" % "libthrift" % "0.13.0").exclude("junit", "junit"),
264264
scalaVersion(sv => scrooge(sv)).value
265265
)
266266
)

0 commit comments

Comments
 (0)