project/plugins.sbt (4 lines of code) (raw):

// Plugin to actually build the thrift 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")