Skip to content

Commit

Permalink
Update dependency org.apache.thrift:libthrift to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent f9fd03d commit d3eecaa
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 @@ -190,7 +190,7 @@ lazy val zioSchemaThrift = crossProject(JSPlatform, JVMPlatform)
.settings(buildInfoSettings("zio.schema.thrift"))
.settings(
libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.16.0"
"org.apache.thrift" % "libthrift" % "0.19.0"
)
)

Expand Down

0 comments on commit d3eecaa

Please sign in to comment.