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

// Used by release workflow (.github/workflows/release.yml) addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")