Revision 315b0506e06c4f7905544852833bc25bb15d610b authored by Romain Reuillon on 16 August 2023, 13:47:43 UTC, committed by Romain Reuillon on 16 August 2023, 13:47:43 UTC
2 parent s 29726f6 + 28bcc33
Raw File
plugin.sbt
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

//addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.4.5")


back to top