Skip to content

Commit

Permalink
Merge pull request #46 from guardian/libthrift-bump
Browse files Browse the repository at this point in the history
Bump libthrift and scrooge versions
  • Loading branch information
davidfurey authored Mar 28, 2024
2 parents ddc74db + 5bec430 commit 8cc80c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name := "tags-thrift-schema"
organization := "com.gu"

libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.13.0",
"com.twitter" %% "scrooge-core" % "19.11.0"
"org.apache.thrift" % "libthrift" % "0.19.0",
"com.twitter" %% "scrooge-core" % "23.11.0"
)

// Might cross compile more scala versions here depending on who needs this!
Expand All @@ -31,4 +31,4 @@ releaseProcess := Seq[ReleaseStep](
tagRelease,
setNextVersion,
commitNextVersion
)
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Plugin to actually build the thrift
addSbtPlugin("com.twitter" %% "scrooge-sbt-plugin" % "19.11.0")
addSbtPlugin("com.twitter" %% "scrooge-sbt-plugin" % "23.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")

0 comments on commit 8cc80c8

Please sign in to comment.