Skip to content

Commit

Permalink
Update dependency org.apache.thrift:libthrift to v0.16.0 (zio#200)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Dan Harris <1327726+thinkharderdev@users.noreply.github.com>
  • Loading branch information
3 people authored and landlockedsurfer committed May 28, 2022
1 parent 6ee631d commit de59c68
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 @@ -188,7 +188,7 @@ lazy val zioSchemaThrift = crossProject(JSPlatform, JVMPlatform)
.settings(buildInfoSettings("zio.schema.thrift"))
.settings(
libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.15.0"
"org.apache.thrift" % "libthrift" % "0.16.0"
)
)

Expand Down

0 comments on commit de59c68

Please sign in to comment.