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 75be314 commit 1c17189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ lazy val examplesScrooge = project
if (priorTo2_13(scalaVersion.value))
Seq(
"com.twitter" %% "scrooge-core" % "20.5.0",
"org.apache.thrift" % "libthrift" % "0.15.0"
"org.apache.thrift" % "libthrift" % "0.20.0"
)
else Nil
),
Expand Down

0 comments on commit 1c17189

Please sign in to comment.