sbt/project/plugins.sbt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
770 B
Plaintext
Raw Normal View History

2019-11-28 19:05:49 +01:00
scalacOptions ++= Seq("-feature", "-language:postfixOps", "-Ywarn-unused:_,-imports")
2025-06-18 00:23:25 +02:00
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2024-10-27 21:21:18 +01:00
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.7.0")
2025-06-18 00:23:25 +02:00
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
2020-06-24 04:16:27 +02:00
addSbtPlugin("com.swoval" % "sbt-java-format" % "0.3.1")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.1")
addDependencyTreePlugin
2025-06-18 00:13:27 +02:00
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
2019-09-21 16:26:49 +02:00
// libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value